edd_decrease_purchase_count( int $download_id, $quantity = 1 )
Decreases the sale count of a download. Primarily for when a purchase is refunded.
Description Description
Parameters Parameters
- $download_id
-
(Required) Download ID
Return Return
(bool|int)
Source Source
File: includes/download-functions.php
Changelog Changelog
Version | Description |
---|---|
1.0.8.1 | Introduced. |