Update class-wc-cart.php

This commit is contained in:
Andrew Benbow 2014-03-28 14:10:53 +00:00 committed by Mike Jolley
parent df9a876e87
commit 40fa2659ee
1 changed files with 1 additions and 1 deletions

View File

@ -1352,7 +1352,7 @@ class WC_Cart {
}
}
return $needs_shipping;
return apply_filters( 'woocommerce_cart_needs_shipping', $needs_shipping );
}
/**