LLMS_Admin_Dashboard::output()
Handle HTML output on the screen.
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.dashboard.php
public static function output() {
include 'views/dashboard.php';
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 7.1.0 | Introduced. |