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

Commit e34629b

Browse files
authored
Update wp-deploybot-api.php
1 parent 2737522 commit e34629b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

wp-deploybot-api.php

+13-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,21 @@
55
* @package WP-DeployBot-API
66
*/
77

8-
/* Exit if accessed directly */
8+
/*
9+
* Plugin Name: WP Deploybot API
10+
* Plugin URI: https://github.com/wp-api-libraries/wp-deploybot-api
11+
* Description: Perform API requests to Deploybot 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-deploybot-api
16+
* GitHub Branch: master
17+
*/
18+
19+
/* Exit if accessed directly. */
920
if ( ! defined( 'ABSPATH' ) ) { exit; }
1021

11-
22+
/* Check if class exists. */
1223
if ( ! class_exists( 'DeployBotAPI' ) ) {
1324

1425
/**

0 commit comments

Comments
 (0)