lifterlms_template_student_dashboard_wrapper_close()
Output the student dashboard wrapper closing tags
Contents
Return Return
(void)
Source Source
File: includes/functions/llms.functions.templates.dashboard.php
function lifterlms_template_student_dashboard_wrapper_close() {
echo '</div><!-- .llms-student-dashboard -->';
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |