LLMS_Course::get_children_sections()
Description Description
Source Source
File: includes/models/model.llms.course.php
public function get_children_sections() { llms_deprecated_function( 'LLMS_Course::get_children_sections()', '3.0.0', "LLMS_Course::get_sections( 'posts' )" ); return $this->get_sections( 'posts' ); }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: