learndash_quiz_remove_user_toplist( int $user_id, int $quiz_time, int $pro_quizid )
Removes the quiz user toplist.
Description Description
Parameters Parameters
- $user_id
-
(Optional) User ID. Default 0.
- $quiz_time
-
(Optional) Quiz time. Default 0.
- $pro_quizid
-
(Optional) Pro quiz ID. Default 0.
Return Return
(void|int|false) The number of rows updated, or false on error.
Source Source
File: includes/course/ld-course-progress.php
Changelog Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |