apply_filters( 'llms_lesson_get_sibling_section_query_args', array $args , string $direction , LLMS_Lesson $lesson )
Filter the WP_Query arguments used to locate a sibling lesson from a sibling section for the specified lesson.
Description Description
Parameters Parameters
- $args
-
WP_Query arguments array.
- $direction
-
Navigation direction. Either "prev" or "next".
- $lesson
-
Current lesson object.
Source Source
File: includes/models/model.llms.lesson.php
Changelog Changelog
Version | Description |
---|---|
4.10.2 | Introduced. |