WordPress 添加自定义角色以及删除默认角色
我需要自定义默认角色,因为我只需要 3 个角色 - 管理员、买家、卖家
。
然后我需要添加买家、卖家并删除所有其他默认角色。我应该怎么办?
如果有任何现成的代码我可以粘贴进去并且它会起作用?
I need to customize the default roles as I need only 3 roles - administrator, buyer, seller
.
Then I need to add the buyer, seller and remove all other default roles. What should I do?
If there is any ready made code which I can paste in and it will work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将此代码粘贴到您的主题 function.php 文件中并根据您的需要进行自定义。这是来自我自己的代码库。所以它肯定会起作用。
Paste this code in your themes function.php file and customize as your need. This is from my own code library. So it will definitely work.