Role capability to allow Editor access WordPress SEO
-
Hi there, is there any snippet for the functions.php that I can give the Editor role access to the WordPress SEO dashboard menu without giving out manage_options capability. Something like this possibly that I use for OptinMonster for example:
//Optin Monster role capability
add_filter( ‘optin_monster_menu_cap’, function( $cap ){
return ‘edit_pages’;
});Thanks in advance.
- The topic ‘Role capability to allow Editor access WordPress SEO’ is closed to new replies.