edd_set_file_download_limit_override( int $download_id, int $payment_id )
Sets the file download file limit override for a particular download
Description Description
The override allows the main file download limit to be bypassed If no override is set yet, the override is set to the main limit + 1 If the override is already set, then it is simply incremented by 1
Parameters Parameters
- $download_id
-
(Required) Download ID
- $payment_id
-
(Required) Payment ID
Return Return
(void)
Source Source
File: includes/download-functions.php
Changelog Changelog
Version | Description |
---|---|
1.3.2 | Introduced. |