apply_filters( 'learndash_model_lesson_topics', LearnDashCoreModelsTopic[] $topics, int $limit, int $offset, LearnDashCoreModelsLesson $lesson )
Filters direct child topics.
Description #
Parameters #
- $topics
-
(LearnDashCoreModelsTopic[]) Topics.
- $limit
-
(int) Limit. Default 0.
- $offset
-
(int) Offset. Default 0.
- $lesson
-
(LearnDashCoreModelsLesson) Lesson model.
Return #
(LearnDashCoreModelsTopic[]) Topics.
Source #
Changelog #
| Version | Description |
|---|---|
| 4.21.0 | Introduced. |