edd_discount_is_single_use( int $code_id )
Is the discount limited to a single use per customer?
Description Description
Parameters Parameters
- $code_id
-
(Required) Discount ID.
Return Return
(bool) Whether the discount is single use or not.
Source Source
File: includes/discount-functions.php
Changelog Changelog
Version | Description |
---|---|
2.7 | Updated to use EDD_Discount object. |
1.5 | Introduced. |