WC_Cart::get_coupon_discount_totals()

Return all calculated coupon totals.


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/class-wc-cart.php

	public function get_coupon_discount_totals() {
		return (array) $this->coupon_discount_totals;
	}

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.