do_action( 'learndash_essay_all_quiz_data_updated', int $quiz_id, int $question_id, array $updated_scoring, WP_Post $essay )

Fires after all the quiz data is updated.


Description Description


Parameters Parameters

$quiz_id

Quiz ID.

$question_id

Question_id.

$updated_scoring

An array of updated essay score data.

$essay

WP_Post object for essay.


Top ↑

Source Source

File: includes/admin/classes-posts-edits/class-learndash-admin-essay-edit.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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