WC_Cart::get_discount_tax()
Get discount_tax.
Method of the class: WC_Cart{}
Hooks from the method
Return
float
.
Usage
$WC_Cart = new WC_Cart(); $WC_Cart->get_discount_tax();
Changelog
Since 3.2.0 | Introduced. |
WC_Cart::get_discount_tax() WC Cart::get discount tax code WC 9.8.2
public function get_discount_tax() { return apply_filters( 'woocommerce_cart_' . __FUNCTION__, $this->get_totals_var( 'discount_tax' ) ); }