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]
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' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.24.0 | This method has been deprecated. |
1.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: