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' ); }
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |