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.


Top ↑

Return Return

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


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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