add_menu_page 添加菜单,但是需要是用add_action挂到admin_menu的挂钩上去。 ... function register_my_custom_menu_page() { add_menu_page( 'custom ...
確定! 回上一頁