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