edd_get_file_download_limit( int $download_id )
Gets the file download file limit for a particular download
Description Description
This limit refers to the maximum number of times files connected to a product can be downloaded.
Parameters Parameters
- $download_id
-
(Required) Download ID
Return Return
(int) $limit File download limit
Source Source
File: includes/download-functions.php
Changelog Changelog
Version | Description |
---|---|
1.3.1 | Introduced. |