apply_filters( 'sensei_the_question_number', $question_number, $question_id, $quiz_id ) → {int}
Filters the number of the current question within the quiz question loop.
Parameters:
Name | Type | Description |
---|---|---|
$question_number |
int | The question number. |
$question_id |
int | The question ID. |
$quiz_id |
int | The quiz ID. |
- Since:
- 3.15.0
- Source:
Returns:
- Type
- int