LLMS_Admin_Import::get_view( string $file )
Retrieves the HTML of a view from the views/import directory.
Description Description
Parameters Parameters
- $file
-
(Required) The file basename of the view to retrieve.
Return Return
(string) The HTML content of the view.
Source Source
File: includes/admin/class.llms.admin.import.php
Changelog Changelog
Version | Description |
---|---|
4.8.0 | Introduced. |