Warning: This function has been deprecated.

edd_get_download_sales_log( int $download_id, bool $paginate = false, int $number = 10, int $offset )

Get Download Sales Log


Description Description

Returns an array of sales and sale info for a download.


Parameters Parameters

$download_id

(Required) ID number of the download to retrieve a log for

$paginate

(Optional) Whether to paginate the results or not

Default value: false

$number

(Optional) Number of results to return

Default value: 10

$offset

(Required) Number of items to skip


Top ↑

Return Return

(mixed) array|bool


Top ↑

Source Source

File: includes/deprecated-functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.3.4 This function has been deprecated.
1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.