Warning: This method has been deprecated. Coupons can not be applied after tax instead.

WC_Legacy_Cart::get_discounts_after_tax()

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


Description Description


Source Source

File: includes/legacy/class-wc-legacy-cart.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.