• Resolved nonchiedercilaparola

    (@nonchiedercilaparola)


    if this can help to some other, this code seems to works:

    add_filter( 'acui_capability', 'kootj_shop_manger_csv_callback' );
        function kootj_shop_manger_csv_callback( $create_users) {
            $create_users = 'manage_woocommerce';
            return $create_users ;
    }
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Enable Shop Manager to export users’ is closed to new replies.