WC_Discounts::get_items_to_validate
Get items to validate.
Method of the class: WC_Discounts{}
Hooks from the method
Returns
Object[].
Usage
$WC_Discounts = new WC_Discounts(); $WC_Discounts->get_items_to_validate();
Changelog
| Since 3.3.2 | Introduced. |
WC_Discounts::get_items_to_validate() WC Discounts::get items to validate code WC 10.7.0
public function get_items_to_validate() {
return apply_filters( 'woocommerce_coupon_get_items_to_validate', $this->get_items(), $this );
}