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: ''
-
(Optional)
Default value: ''
- $expire
-
(Optional)
Default value: ''
- $file_key
-
(Required)
Return Return
(bool) True if payment and link was verified, false otherwise
Source Source
File: includes/deprecated-functions.php
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |