Learndash_Admin_File_Download_Handler::register_file_path( string $file_path_id, string $file_path )
Register a file path to download.
Description #
Parameters #
- $file_path_id
-
(string) (Required) Unique ID for the file path.
- $file_path
-
(string) (Required) File path to download.
Return #
(void)
Source #
File: sfwd-lms/includes/admin/class-learndash-admin-file-download-handler.php
Changelog #
| Version | Description |
|---|---|
| 4.3.0.1 | Introduced. |