apply_filters( 'edd_is_discount_maxed_out', bool $return , int $ID )
Filters if the discount is maxed out or not.
Description Description
Parameters Parameters
- $return
-
Is the discount maxed out or not.
- $ID
-
Discount ID.
Source Source
File: includes/class-edd-discount.php
Changelog Changelog
Version | Description |
---|---|
2.7 | Introduced. |