edd_get_file_download_limit_override( int $download_id, int $payment_id )
Gets the file download file limit override for a particular download
Description Description
The override allows the main file download limit to be bypassed
Parameters Parameters
- $download_id
-
(Required) Download ID
- $payment_id
-
(Required) Payment ID
Return Return
(int) $limit_override The new limit
Source Source
File: includes/download-functions.php
Changelog Changelog
Version | Description |
---|---|
1.3.2 | Introduced. |