Hi,
All logged in users can see the normal website when Maintenance is active. So you don’t need to make any changes in User Role Editor for this 🙂
Hi,
You did not understand, I want that settings are available to admin AND shop-manager role, settings
Oh, sorry for the confusion. Maintenance checks if current_user_can('administrator').
We don’t have any other configuration for selecting other user roles for this 🙁
Can you please provide me a function that allow administrator and shop-manager too?
Thank you!
I have the exact same problem! My shop-manager should have access to the plugin and turn the site on and off at any time. I don’t want to give him full admin access. This is a very important opportunity.
current_user_can(‘administrator’)
In what file can I manually change this option?