learndash_check_user_course_points_access( int $post_id, int $user_id )
Checks if a user can access course points.
Description Description
Parameters Parameters
- $post_id
-
(Required) The ID of the post.
- $user_id
-
(Optional) The ID of the user. Default 0.
Return Return
(boolean) Whether a user can access course points.
Source Source
File: includes/course/ld-course-functions.php
Changelog Changelog
Version | Description |
---|---|
2.4.0 | Introduced. |