Warning: This function has been deprecated.
edd_get_file_download_log( int $download_id, bool $paginate = false, int $number = 10, int $offset )
Get File Download Log
Description Description
Returns an array of file download dates and user info.
Parameters Parameters
- $download_id
-
(Required) the ID number of the download to retrieve a log for
- $paginate
-
(Optional) whether to paginate the results or not
Default value: false
- $number
-
(Optional) the number of results to return
Default value: 10
- $offset
-
(Required) the number of items to skip
Return Return
(mixed) array|bool
Source Source
File: includes/deprecated-functions.php
Changelog Changelog
Version | Description |
---|---|
1.3.4 | This function has been deprecated. |
1.0 | Introduced. |