البته این رو یافتم!
تست کنید
add_filter( 'woocommerce_package_rates', 'hide_shipping_weight_based', 10, 2 );
function hide_shipping_weight_based( $rates, $package ) {
// Set weight variable
$cart_weight = 0;
// Shipping rate to be excluded
$shipping_id =...