我的父主题删除了父主题中wp-admin的“注释”部分:function remove_all(){remove_menu_page('edit-comments.php'); } add_action('admin_menu','remove_all'); ...
確定! 回上一頁