apply_filters( 'dozent_get_quizzes_by_course', DozentDBResponse $response , WP_Post $course )
Filter the return of dozent_get_courses_by_instructor() function
Parameters
- $response
-
(DozentDBResponse) Query Results with
- $course
-
(WP_Post) Course Object
Source
Changelog
Version | Description |
---|---|
Dozent LMS v.1.0.0 | Introduced. |