Update class-wc-cart.php
This commit is contained in:
parent
df9a876e87
commit
40fa2659ee
|
@ -1352,7 +1352,7 @@ class WC_Cart {
|
|||
}
|
||||
}
|
||||
|
||||
return $needs_shipping;
|
||||
return apply_filters( 'woocommerce_cart_needs_shipping', $needs_shipping );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue