WC_Cart::get_discounts_after_tax PHP Метод

get_discounts_after_tax() публичный Метод

Gets the order discount amount - these are applied after tax.
Устаревший: Coupons can not be applied after tax
    public function get_discounts_after_tax()
    {
        wc_deprecated_function('get_discounts_after_tax', '2.3');
    }
WC_Cart