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.
Parameters Parameters
- $args
-
(array) WP_Query arguments array.
- $direction
-
(string) Navigation direction. Either "prev" or "next".
- $lesson
-
(LLMS_Lesson) Current lesson object.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.10.2 | Introduced. |