woocommerce_coupon_get_items_to_validate, $this->get_items(

woocommerce_coupon_get_items_to_validate, $this->get_items(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_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