Initial commit, dashboard settings page seems to work fine.

This commit is contained in:
2021-05-31 15:03:52 -06:00
commit 5ce0217861
30 changed files with 825 additions and 0 deletions

15
constants/base.php Normal file
View 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' );
}