Hide shipping methods for specific shipping classes in WooCommerce
问题 In WooCommerce, I am hiding shipping methods based on different shipping classes in cart using "Hide shipping methods for specific shipping class in WooCommerce" answer code (the 2nd way) , but the problem is that I use WPML plugin which manage 2 languages site, so looking for just one class won't do it. So I need to handle 2 shipping classes instead of one. I tried addind 2 shipping classes this way: // HERE define your shipping classes to find $class = 3031, 3032; But it breaks the website.