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