woocommerce_cart_needs_shipping_address

woocommerce_cart_needs_shipping_address

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.8.5

apply_filters('woocommerce_cart_needs_shipping_address') is found 1 times:

  • /includes/class-wc-cart.php line 1617
    1613
    1614
    1615
    1616
    1617
    1618
    1619
    1620
    1621
    1622
    1623
    *
     * @return bool
     */
    public function needs_shipping_address() {
        return apply_filters( 'woocommerce_cart_needs_shipping_address', true === $this->needs_shipping() && ! wc_ship_to_billing_address_only() );
    }
     
    /**
     * Sees if the customer has entered enough data to calculate shipping.
     *
     * @return bool