learndash_quiz_submitted_update_essay( array $quizdata, WP_User $user )

Updates the essays post meta with a reference to the quiz attempt user meta.


Description Description

Fires on learndash_quiz_submitted hook.


Parameters Parameters

$quizdata

(Optional) An array of quiz attempt data. Default empty array.

$user

(Optional) The WP_User instance.


Top ↑

Source Source

File: includes/quiz/ld-quiz-essays.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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