learndash_essay_question_stats_updated do_action( 'learndash_essay_question_stats_updated' ) Fires after the essay question stats are updated. ContentsDescription Source Examples Related @package Used By Description # Source # File: includes/quiz/ld-quiz-essays.php Examples # <?php /** * Example usage for learndash_essay_question_stats_updated action. */ add_action( 'learndash_essay_question_stats_updated', function() { echo '<div>Custom content or markup</div>'; } ); Expand example code Copy to clipboard Related # @package # LearnDash / Essay Used By # Used By Used By Description includes/quiz/ld-quiz-essays.php: learndash_update_quiz_statistics () Updates the quiz statistics for the given quiz attempt.
Used By # Used By Used By Description includes/quiz/ld-quiz-essays.php: learndash_update_quiz_statistics () Updates the quiz statistics for the given quiz attempt.