サブメニューHeaderからサブBackgroundページを削除するにはどうすればよいですか?Appearance
remove_submenu_pageThemesandでうまく機能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' );