Warning: This function has been deprecated. Please avoid usage of this function in favor of the tokenized urls with edd_validate_url_token() introduced in EDD 2.3 instead.

edd_verify_download_link( int $download_id, string $key = '', string $email = '', string $expire = '', int $file_key )

Verifies a download purchase using a purchase key and email.


Description Description


Parameters Parameters

$download_id

(Required)

$key

(Optional)

Default value: ''

$email

(Optional)

Default value: ''

$expire

(Optional)

Default value: ''

$file_key

(Required)


Top ↑

Return Return

(bool) True if payment and link was verified, false otherwise


Top ↑

Source Source

File: includes/deprecated-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.