woocommerce_product_is_taxable

woocommerce_product_is_taxable

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

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_filters('woocommerce_product_is_taxable') is found 1 times:

  • /includes/abstracts/abstract-wc-product.php line 1761
    		 * @since 2.7.0
    		 * @param bool          $taxable Whether the product is taxable.
    		 * @param WC_Product    $product Product object.
    		 */
    		return apply_filters( 'woocommerce_product_is_taxable', $this->get_tax_status() === ProductTaxStatus::TAXABLE && wc_tax_enabled(), $this );
    	}
    
    	/**
    	 * Returns whether or not the product shipping is taxable.
    	 *
    	 * @return bool