如何从子菜单中删除Header
和子页面?Background
Appearance
remove_submenu_page
Themes
与and一起使用效果很好Menus
,但我似乎找不到删除Header
and的方法Background
!
这是一个例子:
// working just fine:
remove_submenu_page( 'themes.php', 'themes.php' );
remove_submenu_page( 'themes.php', 'nav-menus.php' );
// not working:
remove_submenu_page( 'themes.php', 'themes.php?page=custom-header' );
remove_submenu_page( 'themes.php', 'themes.php?page=custom-background' );