Created
July 10, 2020 18:58
-
-
Save ChaseWiseman/28270db3984041922573e6b48f8d2289 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: SkyVerge WordPress Plugin Admin Tester | |
* Plugin URI: # | |
* Description: Test the SkyVerge WordPress Plugin Admin | |
* Author: SkyVerge | |
* Author URI: https://skyverge.com | |
* Version: 1.0.0 | |
*/ | |
defined( 'ABSPATH' ) or exit; | |
require_once( dirname( __DIR__ ) . '/wordpress-plugin-admin/load.php' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment