• Resolved thomask

    (@thomask)


    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)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @thomask,

    We are planning to add several more options to the plugin and we need a settings page probably with the tabbed area, that’s why this page was created.

Viewing 1 replies (of 1 total)

The topic ‘Why settings in top level menu’ is closed to new replies.