ld_course_access_from_update( int $course_id, int $user_id, string|int $access = '', boolean $is_gmt = false )
Updates the course access time for a user.
Description Description
Parameters Parameters
- $course_id
-
(Required) Course ID for update.
- $user_id
-
(Required) User ID for update.
- $access
-
(Optional) Value can be a date string (YYYY-MM-DD hh:mm:ss or integer value.
Default value: ''
- $is_gmt
-
(Optional) True if the access value is GMT or false if it is relative to site timezone.
Default value: false
Return Return
(boolean) Returns true if the value is updated successfully.
Source Source
File: includes/course/ld-course-user-functions.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |