Access plugin setting from users with less capabilities
-
I wanted to give access to meta pixel dashboard for users with editor role, not only admins. I discovered that in FacebookWordpressSettingsPage.php registration in method
addMenuFbe
usesmanage_options
capability necessary for viewing link in settings.
It seems to me that there is no way to change this in updatable way – I can’t unhook settings registration hook onadmin_menu
, sinceFacebookWordpressSettingsPage
class is not available, nor I see any other way to do it.
Could you please provide a way for developer to give users with different capabilities/roles access to admin?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.