woocommerce_product_needs_shipping

woocommerce_product_needs_shipping

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_product_needs_shipping') is found 1 times:

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