问题 With Woocommerce, I would like to hide all shipping methods except "Local pickup" when a defined products category is in cart… The code below does that for other product types, except variable products: add_filter( 'woocommerce_package_rates', 'custom_shipping_methods', 100, 2 ); function custom_shipping_methods( $rates, $package ){ // Define/replace here your correct category slug (!) $cat_slug = 'my_category_slug'; $prod_cat = false; // Going through each item in cart to see if there is