LLMS_Course::get_sections( string $return = 'sections' )

Get course sections


Description Description


Parameters Parameters

$return

(Optional) Type of return [ids|posts|sections]. Default is 'sections'.

Default value: 'sections'


Top ↑

Return Return

(int[]|WP_Post[]|LLMS_Section[]) The type depends on value of $return.


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.24.0 Unknown.
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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