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.


Top ↑

Source Source

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


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.