edd_check_file_url_head( string $requested_file, array $args, string $method )
Perform a head request on file URLs before attempting to download to check if they are accessible.
Description Description
Parameters Parameters
- $requested_file
-
(Required) The Requested File
- $args
-
(Required) Arguments
- $method
-
(Required) The download mehtod being sed
Return Return
(void)
Source Source
File: includes/process-download.php
Changelog Changelog
Version | Description |
---|---|
2.6.14 | Introduced. |