Initial commit with plugin header and README
This commit is contained in:
26
wpa-superstar-plugin.php
Normal file
26
wpa-superstar-plugin.php
Normal file
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/**
|
||||
* Plugin Name: WP ALLSTARS Superstar Plugin
|
||||
* Plugin URI: https://www.wpallstars.com/superstar-plugin
|
||||
* Description: WP ALLSTARS Superstar Plugin for WordPress. Speed Matters.
|
||||
* Version: 1.0.0
|
||||
* Author: WP ALLSTARS
|
||||
* Author URI: https://www.wpallstars.com
|
||||
* License: GPL-2.0+
|
||||
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
||||
* Text Domain: wpa-superstar
|
||||
* Domain Path: /languages
|
||||
* Requires at least: 5.0
|
||||
* Requires PHP: 7.2
|
||||
*/
|
||||
|
||||
// If this file is called directly, abort.
|
||||
if ( ! defined( 'WPINC' ) ) {
|
||||
die;
|
||||
}
|
||||
|
||||
/**
|
||||
* Currently plugin version.
|
||||
* Start at version 1.0.0 and use SemVer - https://semver.org
|
||||
*/
|
||||
define( 'WPA_SUPERSTAR_VERSION', '1.0.0' );
|
Reference in New Issue
Block a user