edd_increase_purchase_count( int $download_id, int $quantity = 1 )

Increases the sale count of a download.


Description Description


Parameters Parameters

$download_id

(Required) Download ID

$quantity

(Optional) Quantity to increase purchase count by

Default value: 1


Top ↑

Return Return

(bool|int)


Top ↑

Source Source

File: includes/download-functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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