LLMS_Admin_Menus::status_page_init()

Output the HTML for the Status Pages


Description Description


Return Return

(void)


Top ↑

Source Source

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

	public function status_page_init() {
		require_once 'class.llms.admin.page.status.php';
		LLMS_Admin_Page_Status::output();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
?? Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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