Warning: This method has been deprecated. Coupons can not be applied after tax instead.
WC_Legacy_Cart::apply_product_discounts_after_tax( $values, $price )
Function to apply product discounts after tax.
Description Description
Parameters Parameters
- $values
-
(Required)
- $price
-
(Required)
Source Source
File: includes/legacy/class-wc-legacy-cart.php
public function apply_product_discounts_after_tax( $values, $price ) { wc_deprecated_function( 'apply_product_discounts_after_tax', '2.3' ); }
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |