WC_Cart::apply_cart_discounts_after_tax PHP Méthode

apply_cart_discounts_after_tax() public méthode

Function to apply cart discounts after tax.
Deprecation: Coupons can not be applied after tax
public apply_cart_discounts_after_tax ( $values, $price )
    public function apply_cart_discounts_after_tax($values, $price)
    {
        wc_deprecated_function('apply_cart_discounts_after_tax', '2.3');
    }
WC_Cart