Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ChaseWiseman/28270db3984041922573e6b48f8d2289 to your computer and use it in GitHub Desktop.
Save ChaseWiseman/28270db3984041922573e6b48f8d2289 to your computer and use it in GitHub Desktop.
<?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