apply_filters( 'llms_is_course_open', boolean $is_open, LLMS_Course $course )

Filters whether or not the course is considered open based on the current date.


Parameters Parameters

$is_open

(boolean) Whether or not enrollment is open.

$course

(LLMS_Course) Course object.


Top ↑

Source Source

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

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

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