learndash_quiz_remove_user_toplist learndash_quiz_remove_user_toplist( int $user_id, int $quiz_time, int $pro_quizid ) Removes the quiz user toplist. ContentsDescription Parameters Return Source Related Uses Used By Description # Parameters # $user_id (int) (Optional) User ID. Default 0. $quiz_time (int) (Optional) Quiz time. Default 0. $pro_quizid (int) (Optional) Pro quiz ID. Default 0. Return # (void|int|false) The number of rows updated, or false on error. Source # File: includes/course/ld-course-progress.php Related # Uses # Uses Uses Description includes/class-ldlms-db.php: LDLMS_DB::get_table_name () Utility function to return the table name. This is to prevent hard-coding of the table names throughout the code files. Used By # Used By Used By Description includes/course/ld-course-progress.php: learndash_remove_user_quiz_attempt () Removes the quiz attempt meta for a given user.
Uses # Uses Uses Description includes/class-ldlms-db.php: LDLMS_DB::get_table_name () Utility function to return the table name. This is to prevent hard-coding of the table names throughout the code files.
Used By # Used By Used By Description includes/course/ld-course-progress.php: learndash_remove_user_quiz_attempt () Removes the quiz attempt meta for a given user.