woocommerce_cart_needs_shipping, $needs_shipping

woocommerce_cart_needs_shipping, $needs_shipping

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_cart_needs_shipping, $needs_shipping') is found 1 times:

  • /includes/class-wc-cart.php line 1805
    				break;
    			}
    		}
    
    		return apply_filters( 'woocommerce_cart_needs_shipping', $needs_shipping );
    	}
    
    	/**
    	 * Should the shipping address form be shown.
    	 *
    	 * @return bool