Add privileges for editor
-
I like that this is now separate, but how do I add capabilities for the editor to be able to view this? It only is visible in the admin account. I could try adding:
$role_object = get_role( 'editor' ); $role_object->add_cap( 'edit_theme_options' );
…but that would defeat the purpose because it would show the menu I don’t want to share.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Add privileges for editor’ is closed to new replies.