• Resolved aghezzi

    (@aghezzi)


    in my plugin I have added a page with add_menu_page
    now I need another page without adding another menu item
    is it possible and how ?

Viewing 1 replies (of 1 total)
  • You can add a submenu page and set the parent slug to ′null′. So it basically has no parent item it will appear on.

    ′add_submenu_page( null, $page_title, $menu_title, $capability, $menu_slug, $function );′

Viewing 1 replies (of 1 total)
  • The topic ‘plugin add page without menu item’ is closed to new replies.