woocommerce_product_is_taxable, $this->get_tax_status(

woocommerce_product_is_taxable, $this->get_tax_status(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_product_is_taxable, $this->get_tax_status(') is found 1 times:

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