certainlyakey
4/28/2014 - 7:10 AM

Wordpress - allow editors edit menus

Wordpress - allow editors edit menus

// Allow editors edit menus
$role_object = get_role( 'editor' );
$role_object->add_cap( 'edit_theme_options' );