Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我写了一个插件。他们的管理员可以访问它并进行插件配置。现在我需要为我创建的特定用户授予此权限以访问和配置插件。
问题是我不需要他们访问后端的其他配置,例如页面创建、用户创建、插件安装等。
我已将该插件添加到 wordpress 后端的设置菜单中。
那么如何从插件代码中设置权限以仅允许从后端为我的插件进行配置?
最好将插件菜单放在 Tools with 下add_management_page,并将capability参数设置为与所需用户角色匹配的参数。
add_management_page
capability