WC_Legacy_Coupon::exclude_sale_items()

Check if a coupon excludes sale items.


Description Description


Return Return

(bool)


Top ↑

Source Source

File: includes/legacy/class-wc-legacy-coupon.php

	public function exclude_sale_items() {
		wc_deprecated_function( 'WC_Coupon::exclude_sale_items', '3.0', 'WC_Coupon::get_exclude_sale_items' );
		return $this->get_exclude_sale_items();
	}


Top ↑

User Contributed Notes User Contributed Notes

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