learndash_get_submitted_essay_data( int $quiz_id, int $question_id, WP_Post $essay )
Gets the essay data for this particular submission
Description #
Loop through all the quizzes and return the quiz that matches as soon as it’s found.
Parameters #
- $quiz_id
-
(int) (Required) Quiz ID.
- $question_id
-
(int) (Required) Question ID.
- $essay
-
(WP_Post) (Required) The
WP_Postessay object.
Return #
(mixed) The submitted essay data.
Source #
Changelog #
| Version | Description |
|---|---|
| 2.2.0 | Introduced. |