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'


Top ↑

Return Return

(array)


Top ↑

Source Source

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

	public function get_siblings( $return = 'sections' ) {
		$course = $this->get_course();
		return $course->get_sections( $return );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.13.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: