Browse: Home / Classes / Learndash_Admin_File_Download_Handler /

Learndash_Admin_File_Download_Handler::get_download_url

Learndash_Admin_File_Download_Handler::get_download_url( string $file_path_id,  string $file_name )

Returns the URL to download a file.


Description #


Parameters #

$file_path_id

(string) (Required) The file path ID.

$file_name

(string) (Required) The file name.


Return #

(string) The URL to download the file.


Source #

File: includes/admin/class-learndash-admin-file-download-handler.php


Changelog #

Changelog
Version Description
4.3.0.1 Introduced.