apply_filters( 'learndash_course_steps_expand_all', boolean $expand_all , int $course_id , string $context )
Filters whether to expand all course steps by default. Default is false.
Description Description
Parameters Parameters
- $expand_all
-
Whether to expand all course steps.
- $course_id
-
Course ID.
- $context
-
The context where course is expanded.
Source Source
File: themes/ld30/templates/group.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |