edd_increase_purchase_count( int $download_id, int $quantity = 1 )
Increases the sale count of a download.
Description Description
Parameters Parameters
- $download_id
-
(Required) Download ID
- $quantity
-
(Optional) Quantity to increase purchase count by
Default value: 1
Return Return
(bool|int)
Source Source
File: includes/download-functions.php
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |