apply_filters( 'learndash_file_download_url', string $download_url, string $file_path_id, string $file_name )
Filters the file download URL.
Description #
Parameters #
- $download_url
-
(string) The file download URL.
- $file_path_id
-
(string) The file path ID.
- $file_name
-
(string) The file name.
Return #
(string)
Source #
File: includes/admin/class-learndash-admin-file-download-handler.php
Changelog #
Version | Description |
---|---|
4.19.0 | Introduced. |