LLMS_Abstract_Exportable_Admin_Table::get_export_file_url( string $file_path )
Retrieve the download URL to an export file
Parameters Parameters
- $file_path
-
(string) (Required) Full path to a download file.
Return Return
(string)
Source Source
File: includes/abstracts/llms.abstract.exportable.admin.table.php
* * @since 3.28.0 * @since 3.28.1 Unknown. * @since 7.5.0 Add nonce to export file url. * * @param string $file_path Full path to a download file. * @return string */
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.28.1 | Unknown. |
3.28.0 | Introduced. |