edd_increase_earnings( int $download_id, int $amount )
Increases the total earnings of a download.
Description Description
Parameters Parameters
- $download_id
-
(Required) Download ID
- $amount
-
(Required) Earnings
Return Return
(bool|int)
Source Source
File: includes/download-functions.php
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |