Why settings in top level menu
-
I simply hate plugins, that do push their own options menu to the admin top level. There is Options menu that should be used just for that.
So please, can you change the create_menu_image_options_page function to this?public function create_menu_image_options_page() { add_options_page( 'Menu Image', 'Menu Image', 'manage_options', 'menu-image-options', array( $this, 'menu_image_options_page_html' ) ); }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Why settings in top level menu’ is closed to new replies.