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.


Top ↑

Source Source

File: includes/models/model.llms.course.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.24.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.