更改对菜单和小部件的角色访问权限
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了更改对菜单和小部件的角色访问权限相关的知识,希望对你有一定的参考价值。
Instructions:WordPress menus and sidebars/widgets are really powerful modules, but unfortunately it requires Admin user role to edit them.
If you would like to allow users with Editor user role to edit any of the widgets or menus, just paste the code below into your themes functions.php file.
<?php // get the the role object $role_object = get_role('editor'); // add $cap capability to this role object $role_object->add_cap('edit_theme_options'); ?>
以上是关于更改对菜单和小部件的角色访问权限的主要内容,如果未能解决你的问题,请参考以下文章
通过 eloquent 具有子项和权限的 Laravel 菜单
Android mancj.MaterialSearchBar:使用反射覆盖和更改一些 API 布局和小部件、字体系列、粗体和填充