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.


Top ↑

Return Return

(string)


Top ↑

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
	 */


Top ↑

Changelog Changelog

Changelog
Version Description
3.28.1 Unknown.
3.28.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.