Export-Import user capability for shop manager
-
Hi, i’m try to get shop_manager capability to export user so i insert this code into function.php but doesn’t work:
`add_filter(‘wt_’. WT_IEW_PLUGIN_ID_BASIC .’_alter_role_access_basic’, ‘add_additional_user_role’, 10, 1);
function add_additional_user_role($roles) {
array_push($roles, ‘manage_woocommerce’);
return $roles;
}’
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Export-Import user capability for shop manager’ is closed to new replies.