Browse: Home / Functions /

learndash_is_quiz_accessable_legacy

learndash_is_quiz_accessable_legacy( int|null $user_id = null,  WP_Post|null $post = null,  int $course_id )

Checks if the quiz is accessible to the user (legacy).


Description #

Replaced by learndash_is_quiz_accessable in 3.4.0.


Parameters #

$user_id

(int|null) (Optional) User ID.

Default value: null

$post

(WP_Post|null) (Optional) The WP_Post quiz object.

Default value: null

$course_id

(int) (Optional) Course ID. Default 0.


Return #

(int) Returns 1 if the quiz is accessible by the user otherwise 0.


Source #

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


Changelog #

Changelog
Version Description
2.4.0 Introduced.