apply_filters( 'dozent_get_total_lectures', int $total_lectures , int $course_ID )
Filter the total lectures return by dozent_get_total_lectures();
Description
See also
Parameters
- $total_lectures
-
(int)
- $course_ID
-
(int)
Source
Changelog
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |