WC Vendors submenu item for shop managers
-
What is the easiest option to enable this page for shop managers also?
/wp-admin/admin.php?page=wc_prd_vendor
Not only for admins.The code below is not working for this:
if ( in_array(‘shop_manager’, $user->roles )){
add_submenu_page( ‘woocommerce’, ‘wc_prd_vendor’ );
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WC Vendors submenu item for shop managers’ is closed to new replies.