LLMS_Admin_Import::output()
Handle HTML output on the screen
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.import.php
public static function output() { include 'views/import.php'; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Moved logic for generating success message into its own method. |
3.35.0 | Import template from the admin views directory instead of the frontend templates directory. |
3.3.0 | Introduced. |