apply_filters( 'llms_course_get_student_count', int $count , LLMS_Course $course )
Filter the number of actively enrolled students in the course
Parameters Parameters
- $count
-
(int) Number of students enrolled in the course.
- $course
-
(LLMS_Course) Instance of the course object.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.12.0 | Introduced. |