apply_filters( 'llms_course_get_available_points', int $points , LLMS_Course $course )
Filters the total available points for the course.
Description Description
Parameters Parameters
- $points
-
Number of available points.
- $course
-
Course object.
Source Source
File: includes/models/model.llms.course.php
Changelog Changelog
Version | Description |
---|---|
3.24.0 | Introduced. |