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.


Top ↑

Source Source

File: includes/models/model.llms.lesson.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
4.10.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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