函数需要挂载到admin_init 钩子上才能生效。下面的例子中,我们移除了wpcf7菜单。 add_action( 'admin_init', function () { remove_menu_page( ...
確定! 回上一頁