Warning: This method has been deprecated.

LLMS_Section::get_children_lessons()

Get All child lessons


Description Description


Return Return

([array]) [array of post objects of all child lessons]


Top ↑

Source Source

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

	public function get_children_lessons() {

		llms_deprecated_function( 'LLMS_Section->get_children_lessons()', '[version]', 'LLMS_Section->get_lessons( "posts" )' );
		return $this->get_lessons( 'posts' );

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.24.0 This method has been deprecated.
1.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: