WC_Legacy_Cart::get_cart_discount_tax_total()
Get the total of all cart tax discounts (used for discounts on tax inclusive prices).
Method of the class: WC_Legacy_Cart{}
No Hooks.
Return
float
.
Usage
$WC_Legacy_Cart = new WC_Legacy_Cart(); $WC_Legacy_Cart->get_cart_discount_tax_total();
WC_Legacy_Cart::get_cart_discount_tax_total() WC Legacy Cart::get cart discount tax total code WC 7.7.0
public function get_cart_discount_tax_total() { return $this->get_discount_tax(); }