WC_Cart::get_applied_coupons()

Gets the array of applied coupon codes.


Description Description


Return Return

(array) of applied coupons


Top ↑

Source Source

File: includes/class-wc-cart.php

	public function get_applied_coupons() {
		return (array) $this->applied_coupons;
	}


Top ↑

User Contributed Notes User Contributed Notes

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