WC_Cart::set_coupon_discount_tax_totals( array $value = array() )
Sets the array of calculated coupon tax totals.
Description Description
Parameters Parameters
- $value
-
(Optional) Value to set.
Default value: array()
Source Source
File: includes/class-wc-cart.php
public function set_coupon_discount_tax_totals( $value = array() ) {
$this->coupon_discount_tax_totals = (array) $value;
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.2.0 | Introduced. |