Dealing with menu icon

This commit is contained in:
2021-10-06 14:04:18 -06:00
parent bcb3b06bc3
commit b6e49b77c8
3 changed files with 26 additions and 6 deletions

View File

@ -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';