apply_filters( 'sensei_question_type_specific_properties', $type_specific_properties, $question_type, $question ) → {array}
Allows modification of type specific question properties.
Parameters:
Name | Type | Description |
---|---|---|
$type_specific_properties |
array | The properties of the question. |
$question_type |
string | The question type. |
$question |
WP_Post | The question post. |
- Since:
- 3.9.0
- Source:
Returns:
Filtered properties.
- Type
- array