lifterlms_template_student_dashboard_home()
Main dashboard homepage template
Return Return
(void)
Source Source
File: includes/functions/llms.functions.templates.dashboard.php
function lifterlms_template_student_dashboard_home() {
llms_get_template( 'myaccount/dashboard.php' );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.14.0 | Introduced. |