woocommerce_coupon_get_items_to_validate, $this->get_items(
woocommerce_coupon_get_items_to_validate, $this->get_items(
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_coupon_get_items_to_validate, $this->get_items(') is found 1 times:
- /includes/class-wc-discounts.php line 157
* @since 3.3.2 * @return object[] */ public function get_items_to_validate() { return apply_filters( 'woocommerce_coupon_get_items_to_validate', $this->get_items(), $this ); } /** * Get discount by key with or without precision. * * @since 3.2.0