woocommerce_variable_product_taxes_influence_price, $taxes_influence_price, $product

woocommerce_variable_product_taxes_influence_price, $taxes_influence_price, $product

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_variable_product_taxes_influence_price, $taxes_influence_price, $product') is found 1 times:

  • /includes/data-stores/class-wc-product-variable-data-store-cpt.php line 599
    		 * @param WC_Product $product               The variable product being evaluated.
    		 *
    		 * @since 10.9.0
    		 */
    		return (bool) apply_filters( 'woocommerce_variable_product_taxes_influence_price', $taxes_influence_price, $product );
    	}
    
    	/**
    	 * Create unique cache key based on the tax location (affects displayed/cached prices), product version and active price filters.
    	 * DEVELOPERS should filter this hash if offering conditional pricing to keep it unique.
    	 *