Change WordPress user roles and capabilities › Forums › Bug Reports › Can't change settings of other plugin as admin › Reply To: Can't change settings of other plugin as admin
19/05/2017 at 07:40
#3749
Vladimir
Keymaster
Open “Users->User Role Editor”, select ‘Administrator’ role from the drop-down list at the top and look if a value at the circle parenthesis to the right from the “Administrator” role is “administrator”. Some plugins check access via current_user_can(‘administrator’), where ‘administrator’ is a role ID, not a role name.