apply_filters( 'dozent_course_is_closed', bool $is_closed , int|object $course )
Filter the return value of dozent_course_is_closed(); function
Parameters
- $is_closed
-
(bool) Determine if the course is closed
- $course
-
(int|object) Post object
Source
Changelog
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |