我知道我必须从Wordpress 参考中使用的代码,但没有人给出任何关于放置所述代码的指示。
我会在哪里放置:
add_action('admin_menu', 'add_appearance_menu');
function add_appearance_menu(){
add_submenu_page( 'themes.php', 'My Theme Settings', 'My Theme Settings', 1, 'my-theme-settings', $function);
}