WC_Cart::set_cart_contents_taxes( array $value )

Set taxes.


Description Description


Parameters Parameters

$value

(Required) Tax values.


Top ↑

Source Source

File: includes/class-wc-cart.php

	public function set_cart_contents_taxes( $value ) {
		$this->totals['cart_contents_taxes'] = (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.