LLMS_Admin_Import::output()

Handle HTML output on the screen


Return Return

(void)


Top ↑

Source Source

File: includes/admin/class.llms.admin.import.php

	public static function output() {
		include 'views/import.php';
	}


Top ↑

Changelog 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.

Top ↑

User Contributed Notes User Contributed Notes

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