apply_filters( 'edd_is_discount_min_met', bool $return , int $ID )
Filters if the minimum cart amount has been met to satisify the discount.
Description Description
Parameters Parameters
- $return
-
Is the minimum cart amount met or not.
- $ID
-
Discount ID.
Source Source
File: includes/class-edd-discount.php
Changelog Changelog
Version | Description |
---|---|
2.7 | Introduced. |