wc_get_cart_coupon_types()

Coupon types that apply to the cart as a whole. Controls which validation rules will apply.


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/wc-coupon-functions.php

function wc_get_cart_coupon_types() {
	return (array) apply_filters( 'woocommerce_cart_coupon_types', array( 'fixed_cart' ) );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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