apply_filters( 'learndash_get_lesson_progress', array $progress , array $topics )
Filters LearnDash lesson progress.
Description Description
Parameters Parameters
- $progress
-
An Associative array of lesson progress with keys total, completed and percentage.
- $topics
-
An array of the topics of the lessons.
Source Source
File: themes/ld30/includes/helpers.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |