LLMS_Course::get_children_lessons()


Description Description


Source Source

File: includes/models/model.llms.course.php

	public function get_children_lessons() {

		llms_deprecated_function( 'LLMS_Course::get_children_lessons()', '3.0.0', "LLMS_Course::get_lessons( 'posts' )" );
		return $this->get_sections( 'posts' );

	}


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: