Hide menu from the admin sidebar.
1 2 3 4 5 6 7 8 | add_submenu_page( null, // -> Set to null - will hide menu link 'Page Title', // -> Page Title 'Menu Title', // -> Title that would otherwise appear in the menu 'administrator', // -> Capability level 'menu_handle', // -> Still accessible via admin.php?page=menu_handle 'page_callback' // -> To render the page ); |
————————————————————————–
hide menu from admin in wp, hide menu from admin dashbaord, wordpress hide menu from admin, hide menu from admin