LLMS_Section::get_siblings( string $return = 'sections' )
Get sibling sections
Description Description
Parameters Parameters
- $return
-
(string) (Optional) type of return [ids|posts|sections]
Default value: 'sections'
Return Return
(array)
Source Source
File: includes/models/model.llms.section.php
public function get_siblings( $return = 'sections' ) { $course = $this->get_course(); return $course->get_sections( $return ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.13.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: