Getting notice functionality in the admin panel

This commit is contained in:
2021-10-06 12:09:37 -06:00
parent af75b9544a
commit fa1807f5fc
5 changed files with 61 additions and 9 deletions

View File

@ -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__ );