更改对菜单和小部件的角色访问权限

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.
  1. <?php
  2. // get the the role object
  3. $role_object = get_role('editor');
  4. // add $cap capability to this role object
  5. $role_object->add_cap('edit_theme_options');
  6. ?>

以上是关于更改对菜单和小部件的角色访问权限的主要内容,如果未能解决你的问题,请参考以下文章

后台权限系统

Kivy 语言可以访问继承的布局和小部件吗?

人员角色权限

通过 eloquent 具有子项和权限的 Laravel 菜单

Android mancj.MaterialSearchBar:使用反射覆盖和更改一些 API 布局和小部件、字体系列、粗体和填充

权限设计的总结