Problem with Admin Dashboard Access Permission
-
If advanced feature Admin Dashboard Access Permission is used with a role different from Administrator, it is not possible to save changes at WP-Membership / Settings page, an error appears:
You need a higher level of permission.
Sorry, you are not allowed to manage options for this site.
The form for Settings uses
options.phpas action and that page requiresmanage_optionsas capability by default.Suggestion: Use the
option_page_capability_{$option_page}filter, more here, to provide the correct capability from Admin Dashboard Access Permission.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Problem with Admin Dashboard Access Permission’ is closed to new replies.