| @@ -26,10 +26,10 @@ | ||
| 26 | 26 | |
| 27 | 27 | // Check potential issues with this WordPress install, other plugins, etc. |
| 28 | 28 | new MeowCommon_Issues( $prefix, $mainfile, $domain ); |
| 29 | 29 | |
| 30 | - // Create the Meow Apps Menu (priority 5 to ensure it's created early) | |
| 31 | - add_action( 'admin_menu', array( $this, 'admin_menu_start' ), 5 ); | |
| 30 | + // Create the Meow Apps Menu | |
| 31 | + add_action( 'admin_menu', array( $this, 'admin_menu_start' ) ); | |
| 32 | 32 | $page = isset( $_GET["page"] ) ? sanitize_text_field( $_GET["page"] ) : null; |
| 33 | 33 | if ( $page === 'meowapps-main-menu' ) { |
| 34 | 34 | add_filter( 'admin_footer_text', array( $this, 'admin_footer_text' ), 100000, 1 ); |
| 35 | 35 | } |