如何从子菜单中删除Header和子页面?BackgroundAppearance
remove_submenu_pageThemes与and一起使用效果很好Menus,但我似乎找不到删除Headerand的方法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' );