apply_filters( 'sensei_get_question_template_data', $data, $question_id, $quiz_id ) → {array}
Filter the question template data. This filter fires in the get_template_data function.
Parameters:
Name | Type | Description |
---|---|---|
$data |
array | Question data. |
$question_id |
int | Question ID. |
$quiz_id |
int | Quiz ID. |
- Since:
- 1.9.0
- Source:
Returns:
Question data.
- Type
- array