edd_validate_user_verification_token( string $url = '' )
Generate a token for a URL and match it against the existing token to make sure the URL hasn’t been tampered with.
Description Description
Parameters Parameters
- $url
-
(Optional) URL to test.
Default value: ''
Return Return
(bool)
Source Source
File: includes/user-functions.php
Changelog Changelog
Version | Description |
---|---|
2.4.4 | Introduced. |