LLMS_Template_Loader::restricted_by_course_time_period( array $info )
Handle redirects and messages when a course or associated quiz or lesson has time period date restrictions placed upon it.
Description Description
Quizzes & Lessons redirect to the parent course. Courses display a notice until the course opens and an error once the course closes.
Parameters Parameters
- $info
-
(Required) Array of restriction info from
llms_page_restricted().
Return Return
(void)
Source Source
File: includes/class.llms.template.loader.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |