learndash_get_user_quiz_attempt( int $user_id, array $args = array() )

Gets the quiz attempt meta for a given user.


Description Description


Parameters Parameters

$user_id

(Optional) User ID. Default 0.

$args

(Optional) An array of items to match.

Default value: array()


Top ↑

Return Return

(array) An array of user quiz attempt meta.


Top ↑

Source Source

File: includes/course/ld-course-progress.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.