Browse: Home / Functions /

ld_course_access_expired

ld_course_access_expired( int $course_id,  int $user_id )

Checks whether the user’s access to the course is expired.


Description #


Parameters #

$course_id

(int) (Required) Course ID.

$user_id

(int) (Required) User ID.


Return #

(bool) Returns true if the access is expired otherwise false.


Source #

File: includes/course/ld-course-user-functions.php


Changelog #

Changelog
Version Description
2.1.0 Introduced.