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.


Top ↑

Return Return

(boolean) Whether a user can access course points.


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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