woocommerce_order_needs_shipping, $needs_shipping, $this
woocommerce_order_needs_shipping, $needs_shipping, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_order_needs_shipping, $needs_shipping, $this') is found 1 times:
- /includes/abstracts/abstract-wc-order.php line 2687
* * @param bool $needs_shipping The value originally calculated. * @param WC_Abstract_Order $order The order for which the value is calculated. */ return apply_filters( 'woocommerce_order_needs_shipping', $needs_shipping, $this ); } /** * Returns true if the order contains a free product. * * @since 2.5.0