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()


Top ↑

Source Source

File: includes/class-wc-cart.php

	public function set_coupon_discount_tax_totals( $value = array() ) {
		$this->coupon_discount_tax_totals = (array) $value;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.