Warning: This method has been deprecated.
LLMS_Student_Dashboard::output_dashboard_content()
Callback to output main dashboard content
Description Description
Return Return
(void)
Source Source
File: includes/class.llms.student.dashboard.php
public static function output_dashboard_content() { llms_deprecated_function( 'LLMS_Student_Dashboard::output_dashboard_content()', '3.14.0', 'lifterlms_template_student_dashboard_home()' ); lifterlms_template_student_dashboard_home(); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.14.0 | This method has been deprecated. |
3.0.0 | Introduced. |