Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Course_Data::get_all_ids()
Retrieve an array of all post ids in the course
Description Description
Includes course id, all section ids, all lesson ids, and all quiz ids.
Return Return
(array)
Source Source
File: includes/class.llms.course.data.php
Changelog Changelog
Version | Description |
---|---|
3.31.0 | Use $this->post_id instead of deprecated $this->course_id. |
3.15.0 | Introduced. |