We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2f6d9 commit 4ee030bCopy full SHA for 4ee030b
admin-notices.php
@@ -5,7 +5,7 @@
5
6
// Add this loader.
7
add_action( 'underpin/before_setup', function ( $file, $class ) {
8
- if ( ! defined( 'UNDERPIN_ADMIN_MENU_ROOT_DIR' ) ) {
+ if ( ! defined( 'UNDERPIN_ADMIN_NOTICES_ROOT_DIR' ) ) {
9
define( 'UNDERPIN_ADMIN_NOTICES_ROOT_DIR', plugin_dir_path( __FILE__ ) );
10
}
11
require_once( UNDERPIN_ADMIN_NOTICES_ROOT_DIR . 'lib/abstracts/Admin_Notice.php' );
0 commit comments