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