edd_set_file_download_limit_override( int $download_id, int $payment_id )

Sets the file download file limit override for a particular download


Description Description

The override allows the main file download limit to be bypassed If no override is set yet, the override is set to the main limit + 1 If the override is already set, then it is simply incremented by 1


Parameters Parameters

$download_id

(Required) Download ID

$payment_id

(Required) Payment ID


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/download-functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.3.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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