LDLMS_Model_Course::get_pager( int $parent_id, string $post_type = '' )
Get Course Pager.
Contents
Description #
Parameters #
- $parent_id
-
(int) (Required) Parent ID. This may be the Course, Lesson, Topic or Quiz.
- $post_type
-
(string) (Optional) Post Type of Parent ID.
Default value: ''
Source #
File: sfwd-lms/includes/classes/class-ldlms-model-course.php
Changelog #
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |