WC_Discounts::get_items_to_validate()

Get items to validate.


Description Description


Return Return

(object[])


Top ↑

Source Source

File: includes/class-wc-discounts.php

	public function get_items_to_validate() {
		return apply_filters( 'woocommerce_coupon_get_items_to_validate', $this->get_items(), $this );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.3.2 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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