edd_get_local_path_from_url( string $url )
Given the URL to a file, determine it’s local path
Description Description
Used during the symlink process to determine where to make the symlink point to
Parameters Parameters
- $url
-
(Required) The URL of the file requested
Return Return
(string) If found to be locally hosted, the path to the file
Source Source
File: includes/process-download.php
Changelog Changelog
Version | Description |
---|---|
2.5.10 | Introduced. |