woocommerce_product_needs_shipping, ! $this->is_virtual(

woocommerce_product_needs_shipping, ! $this->is_virtual(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_product_needs_shipping, ! $this->is_virtual(') is found 1 times:

  • /includes/abstracts/abstract-wc-product.php line 1835
    	 *
    	 * @return bool
    	 */
    	public function needs_shipping() {
    		return apply_filters( 'woocommerce_product_needs_shipping', ! $this->is_virtual(), $this );
    	}
    
    	/**
    	 * Returns whether or not the product is taxable.
    	 *
    	 * @return bool