Admin Menu Editor overrides custom_menu_order
-
I have made a Theme, where I add theme options using
add_menu_page()
. I then use a filter to modify the submenu items slightly, with a function andadd_filter( 'custom_menu_order', '__return_true' );
When I install and activate Admin Menu Editor, my custom filter is suppressed. Why? Does Admin Menu Editor override all other filters interacting with the admin menu? Is there a way to fix this?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Admin Menu Editor overrides custom_menu_order’ is closed to new replies.