lifterlms_template_student_dashboard_wrapper_open()
Output the student dashboard wrapper opening tags
Return Return
(void)
Source Source
File: includes/functions/llms.functions.templates.dashboard.php
function lifterlms_template_student_dashboard_wrapper_open() { $current = LLMS_Student_Dashboard::get_current_tab( 'slug' ); echo '<div class="llms-student-dashboard ' . $current . '" data-current="' . $current . '">'; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.10.0 | Unknown. |
3.0.0 | Introduced. |