Hide specific shipping methods for a specific user roles in Woocommerce
问题 In Woocommerce I am using WooCommerce Wholesale Pro Suite (from IgniteWoo) and Flat Rate Box Shipping plugins to add B2B to our eshop. I am trying to disable the Flat Rate Box Shipping for specific user roles, guests and customers. I found this code after searching online: add_filter( 'woocommerce_package_rates', 'hide_shipping_for_user_role', 10, 2 ); function hide_shipping_for_user_role( $rates, $package ) { // Role ID to be excluded $excluded_role = "wholesale_customer"; // Shipping rate