- This topic has 4 replies, 3 voices, and was last updated 5 years, 7 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Backend Permissions
Hey ho,
i would like to have a custom wordpress role, wich can access only the swpm member dashboard. how can i do it? i already created a role with wordpress’ function add_role(…);
The user is supposed to visit the backend (even if blocked for non admins in settings), go to members and grant them membership levels.
i hope its understandable
thanks
Hi, check the following documentation.
https://simple-membership-plugin.com/providing-specific-wp-user-roles-access-plugins-admin-dashboard/
Let me know if the above helps you.
Thank you
Thanks for your answer,
i already read this article but it does not help. my created role is not shown in the dropdown.
Thanks
Our plugin won’t work with custom roles for this feature unfortunately. This feature can only work with the standard/default roles of WordPress. Pleas try a different plugin.
Isnt there a filter i can modify, which decides if the user can go to admin dashboard or not?