first commit
This commit is contained in:
19
wp-content/plugins/pixelyoursite/includes/class-plugin.php
Normal file
19
wp-content/plugins/pixelyoursite/includes/class-plugin.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace PixelYourSite;
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly.
|
||||
}
|
||||
|
||||
interface Plugin {
|
||||
|
||||
public function getPluginName();
|
||||
|
||||
public function getPluginVersion();
|
||||
|
||||
public function getPluginFile();
|
||||
|
||||
public function adminUpdateLicense();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user