do_action( 'sensei_quiz_question_inside_before', $question_id )
Fires before rendering the quiz question.
Parameters:
Name | Type | Description |
---|---|---|
$question_id |
int | The question ID. |
Fires before rendering the quiz question.
Name | Type | Description |
---|---|---|
$question_id |
int | The question ID. |
Action inside before the question content on single-quiz page
Name | Type | Description |
---|---|---|
$question_id |
int | The question ID. |