do_action( 'sensei_quiz_question_inside_after', $question_id )
Fires after rendering the quiz question.
Parameters:
| Name | Type | Description |
|---|---|---|
$question_id |
int | The question ID. |
Fires after 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. |