Warning: This method has been deprecated.

LLMS_Student_Dashboard::output_courses_content()

Callback to output View Courses endpoint content


Description Description


Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.student.dashboard.php

	public static function output_courses_content() {

		llms_deprecated_function( 'LLMS_Student_Dashboard::output_courses_content()', '3.14.0', 'lifterlms_template_student_dashboard_my_courses( false )' );
		lifterlms_template_student_dashboard_my_courses( false );

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.14.0 This method has been deprecated.
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.





Permalink: