apply_filters( 'ld_course_access_from', int $access_from , int $course_id , int $user_id )
Filters the amount of time when a lesson becomes available to the user.
Description Description
Parameters Parameters
- $access_from
-
The timestamp of when the lesson wil become availble to user.
- $course_id
-
Course ID.
- $user_id
-
User ID.
Source Source
File: includes/course/ld-course-user-functions.php
Changelog Changelog
Version | Description |
---|---|
3.0.7 | Introduced. |