Warning: This method has been deprecated.
LLMS_Student_Dashboard::output_notifications_content()
Callback to output the notifications content
Description Description
Return Return
(void)
Source Source
File: includes/class.llms.student.dashboard.php
public static function output_notifications_content() { llms_deprecated_function( 'LLMS_Student_Dashboard::output_notifications_content()', '3.26.3', 'lifterlms_template_student_dashboard_my_notifications()' ); lifterlms_template_student_dashboard_my_notifications(); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.26.3 | This method has been deprecated. |
3.8.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: