WC_Legacy_Cart::get_cart_discount_tax_total()
Get the total of all cart tax discounts (used for discounts on tax inclusive prices).
Description Description
Return Return
(float)
Source Source
File: includes/legacy/class-wc-legacy-cart.php
public function get_cart_discount_tax_total() { return $this->get_discount_tax(); }