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()


Top ↑

Return Return

(array) An array of paged topics.


Top ↑

Source Source

File: includes/course/ld-course-functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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