ld_course_access_expired( int $course_id, int $user_id )
Checks whether the user’s access to the course is expired.
Description Description
Parameters Parameters
- $course_id
-
(Required) Course ID.
- $user_id
-
(Required) User ID.
Return Return
(bool) Returns true if the access is expired otherwise false.
Source Source
File: includes/course/ld-course-user-functions.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |