apply_filters( 'llms_course_get_available_points', int $points , LLMS_Course $course )
Filters the total available points for the course.
Parameters Parameters
- $points
-
(int) Number of available points.
- $course
-
(LLMS_Course) Course object.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.24.0 | Introduced. |