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