Dealing with menu icon
This commit is contained in:
@ -48,6 +48,10 @@ if ( ! defined('NMSP_PLUGIN_BASE_DIR') ) {
|
||||
define( 'NMSP_PLUGIN_BASE_DIR', __DIR__ );
|
||||
}
|
||||
|
||||
if ( ! defined('NMSP_PLUGIN_BASE_FILE') ) {
|
||||
define( 'NMSP_PLUGIN_BASE_FILE', __FILE__ );
|
||||
}
|
||||
|
||||
|
||||
require_once __DIR__ . '/vendor/autoload.php';
|
||||
require_once __DIR__ . '/bootstrap.php';
|
||||
|
Reference in New Issue
Block a user