André Amorim

Crafting Web Experiences


//

Allow editors to edit menu items on WordPress

$role_object = get_role( 'editor' ); 
$role_object->add_cap( 'edit_theme_options' ); 

It will be enough running this once.


Published date:

Modified date: