WC_Legacy_Cart::get_cart_discount_tax_total() public WC 1.0
Get the total of all cart tax discounts (used for discounts on tax inclusive prices).
{} It's a 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();
Code of WC_Legacy_Cart::get_cart_discount_tax_total() WC Legacy Cart::get cart discount tax total WC 5.0.0
public function get_cart_discount_tax_total() {
return $this->get_discount_tax();
}