Browse: Home / Functions /

learndash_remove_user_quiz_locks

learndash_remove_user_quiz_locks( int $user_id,  int $quiz_id )

Removes the lock from a quiz for a user.


Description #


Parameters #

$user_id

(int) (Optional) The User ID. Default 0.

$quiz_id

(int) (Optional) The Quiz post ID. Default 0.


Source #

File: includes/ld-users.php


Changelog #

Changelog
Version Description
2.3.1 Introduced.