我知道我可以使用role对象向any角色添加功能,并通过函数添加\\u cap。php
<?php
// get the the role object
$editor = get_role(\'editor\');
// add $cap capability to this role object
$editor->add_cap(\'edit_theme_options\');
?>
The
list of capabilities 显示“edit\\u theme\\u options”(编辑主题选项)允许访问外观下的几乎所有项目(除编辑主题外的所有项目)。
What I wold like to do is add capacity to access only Appearance>Menu to a role. Is this possible without modifying the core?两个最流行的ACL编辑插件(Members 和User Role Editor) 不允许这样做,因为他们只使用默认的功能列表