Allow Woocommerce Shop Managers to edit menu

August 30th, 2014 by
Add the following to your functions.php

// get the the role object
$role_object = get_role( 'shop_manager' );
 
// add $cap capability to this role object
$role_object->add_cap( 'edit_theme_options' );

Post a Comment

You must be logged in to post a comment.

Cached at: 2024-04-26 11:01:44am