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