最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

woocommerce offtopic - Custom access given to Admin dashboard

matteradmin3PV0评论

In my site I like to give admin dashboard access to Staff members,But in some custom ares should be denied.For example Like blue color area can be access but red color area should be denied.

How can I do ?

Thanks in Advance.

In my site I like to give admin dashboard access to Staff members,But in some custom ares should be denied.For example Like blue color area can be access but red color area should be denied.

How can I do ?

Thanks in Advance.

Share Improve this question edited Apr 3, 2019 at 5:28 Ish asked Apr 3, 2019 at 4:47 IshIsh 32 bronze badges 5
  • Welcome to WordPress Stack Exchange! We'd love to help but we need a reproducible issue. Posting a screenshot and that little bit of information only gots us at loss. What have you tried so far, where exactly are you stuck, how can we reproduce your issue? Please see How do I ask a good question and the Help Center and update your question accordingly. Thank you – norman.lol Commented Apr 3, 2019 at 6:16
  • @leymannx I do not try any,because I'm stuck in first step, how can I start to do this . – Ish Commented Apr 3, 2019 at 6:23
  • letmegooglethat/?q=wordpress+user+role+permissions – norman.lol Commented Apr 3, 2019 at 6:26
  • @leymannx the site can't be reached – Ish Commented Apr 3, 2019 at 6:28
  • lmgtfy/?q=wordpress+user+role+permissions – norman.lol Commented Apr 3, 2019 at 6:29
Add a comment  | 

1 Answer 1

Reset to default 0

As your question is too broad and you do not specify what they should be allowed to access the answer is also broad. you can modify the role system with the "user role editor" plugin.

https://de.wordpress/plugins/user-role-editor/

It's for setting specific rights for user roles like for Admin, subscriber or even shop roles in woocommerce. If the right you explicitely need is not provided you need to add it programmatically. But for the first i would try that plugin.

Post a comment

comment list (0)

  1. No comments so far