Getting notice functionality in the admin panel
This commit is contained in:
@ -40,6 +40,9 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
if ( ! defined( 'PLUGIN_NAME_VERSION' ) ) {
|
||||
define( 'PLUGIN_NAME_VERSION', '1.0.0' );
|
||||
}
|
||||
if ( ! defined( 'PLUGIN_NAME_DB_VERSION' ) ) {
|
||||
define( 'PLUGIN_NAME_DB_VERSION', '1.0.0' );
|
||||
}
|
||||
|
||||
if ( ! defined('NMSP_PLUGIN_BASE_DIR') ) {
|
||||
define( 'NMSP_PLUGIN_BASE_DIR', __DIR__ );
|
||||
|
Reference in New Issue
Block a user