edd_get_discounts_cache( $hash )
Check to see if this set of discounts has been queried for already.
Description Description
Parameters Parameters
- $hash
-
(Required) string The hash of the edd_get_discount args.
Return Return
(bool|mixed) Found discounts if already queried, or false if it has not been queried yet.
Source Source
File: includes/discount-functions.php
Changelog Changelog
Version | Description |
---|---|
2.8.7 | Introduced. |