Initial commit, dashboard settings page seems to work fine.
This commit is contained in:
15
constants/base.php
Normal file
15
constants/base.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
| ----------------------------------------------------------------
|
||||
| Base Definitions
|
||||
| ----------------------------------------------------------------
|
||||
|
|
||||
| This is meant to be a place to put various defined variables
|
||||
| that will be used throughout the plugin.
|
||||
|
|
||||
*/
|
||||
|
||||
if ( ! defined( 'NMSP_PLUGIN_NONCE' ) ) {
|
||||
define( 'NMSP_PLUGIN_NONCE', 'nmsp-plugin-nonce' );
|
||||
}
|
Reference in New Issue
Block a user