Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 1ff5795

Browse files
authored
Update wp-uptime-robot-api.php
1 parent 3382e14 commit 1ff5795

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

wp-uptime-robot-api.php

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,21 @@
55
* @package WP-UptimeRobot-API
66
*/
77

8+
/*
9+
* Plugin Name: WP Uptime Robot API
10+
* Plugin URI: https://github.com/wp-api-libraries/wp-uptime-robot-api
11+
* Description: Perform API requests to Uptime Robot in WordPress.
12+
* Author: WP API Libraries
13+
* Version: 1.0.0
14+
* Author URI: https://wp-api-libraries.com
15+
* GitHub Plugin URI: https://github.com/wp-api-libraries/wp-uptime-robot-api
16+
* GitHub Branch: master
17+
*/
18+
819
/* Exit if accessed directly */
920
if ( ! defined( 'ABSPATH' ) ) { exit; }
1021

11-
22+
if ( ! class_exists( 'UptimeRobotApi' ) {
1223
/**
1324
* UptimeRobotApi class.
1425
*/
@@ -437,3 +448,4 @@ private function get_implode( $var ) {
437448
return $var;
438449
}
439450
}
451+
}

0 commit comments

Comments
 (0)