woocommerce_order_needs_shipping

woocommerce_order_needs_shipping

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_filters('woocommerce_order_needs_shipping') is found 1 times:

  • /includes/abstracts/abstract-wc-order.php line 2493
    		 *
    		 * @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