diff --git a/includes/class-wc-cart.php b/includes/class-wc-cart.php index 8821e94207e..e4bf3bcdd31 100644 --- a/includes/class-wc-cart.php +++ b/includes/class-wc-cart.php @@ -1352,7 +1352,7 @@ class WC_Cart { } } - return $needs_shipping; + return apply_filters( 'woocommerce_cart_needs_shipping', $needs_shipping ); } /**