learndash_process_lesson_topics_pager( array $topics = array(), array $args = array() )
Processes the lesson topics pagination.
Description Description
Parameters Parameters
- $topics
-
(Optional) An array of topics.
Default value: array()
- $args
-
(Optional) An array of lesson topic pager arguments.
- 'course_id'
(int) Course ID. - 'lesson_id'
(int) Lesson ID.
Default value: array()
- 'course_id'
Return Return
(array) An array of paged topics.
Source Source
File: includes/course/ld-course-functions.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |