not allowed to access plugin page
-
Just installed. With plugin ‘Client Dash’ activated, this happens:
Asset CleanUp: Page Speed Booster
Sorry, you are not allowed to access this page.
Asset CleanUp requires “administrator” role and the ability to activate plugins in order to access its pages.
Your current role(s): administratorThe value (in green color) can be changed if you use the following snippet in functions.php (within your theme/child theme or a custom plugin):
add_filter(‘wpacu_access_role’, function($role) { return ‘your_role_here’; });
If the snippet is not used, it will default to “administrator”.
Possible values: manage_options, activate_plugins, manager etc.
The topic ‘not allowed to access plugin page’ is closed to new replies.