Yoast SEO Settings for Editor
-
Hi all,
Been googling this one but can’t find a relvant answer: is there a way to allow Editor access to the Yoast SEO settings?Somethinglike this in the functions.php would be super:
// get the the role object $role_object = get_role( 'editor' ); // add $cap capability to this role object $role_object->add_cap( 'edit_theme_options' );Thanks for any insight.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Yoast SEO Settings for Editor’ is closed to new replies.