PUM_Utils_Logging::get_file_url()
Retrieves the url to the file
Description Description
Source Source
File: classes/Utils/Logging.php
public function get_file_url() { return PUM_Helpers::get_upload_dir_url( $this->filename ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
1.12.0 | Introduced. |