learndash_remove_user_quiz_locks( int $user_id, int $quiz_id )
Removes the lock from a quiz for a user.
Description Description
Parameters Parameters
- $user_id
-
(Optional) The User ID. Default 0.
- $quiz_id
-
(Optional) The Quiz post ID. Default 0.
Source Source
File: includes/ld-users.php
Changelog Changelog
Version | Description |
---|---|
2.3.1 | Introduced. |