apply_filters( 'learndash_quiz_format_correct_answer', boolean $format_correct, array $questionData, WpProQuiz_Model_Question $question_model )
Filters whether to format the question correct answers.
Description #
This might mean converting HTML to entities, removing some HTML tags, etc.
Parameters #
- $format_correct
-
(boolean) Whether to format the question correct answers.
- $questionData
-
(array) Array of question data.
- $question_model
-
(WpProQuiz_Model_Question) Question model object.
Source #
Changelog #
Version | Description |
---|---|
4.4.0 | Introduced. |