WC_Legacy_Cart::get_discounts_after_taxpublicWC 1.0

Deprecated since 2.3.0 Coupons can not be applied after tax.. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

Gets the order discount amount - these are applied after tax.

Method of the class: WC_Legacy_Cart{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WC_Legacy_Cart = new WC_Legacy_Cart();
$WC_Legacy_Cart->get_discounts_after_tax();

Changelog

Deprecated since 2.3.0 Coupons can not be applied after tax.

WC_Legacy_Cart::get_discounts_after_tax() code WC 10.4.3

public function get_discounts_after_tax() {
	wc_deprecated_function( 'get_discounts_after_tax', '2.3' );
}