使用remove_menu_page() 函数可以通过它们的slug删除默认的管理菜单项,如下所示:add_action( 'admin_menu', 'hide_menu' ); function hide_menu() ...
確定! 回上一頁