apply_filters( 'llms_get_question_type', array|false $data , string $type )
Filters the data for a single question type.
Parameters Parameters
- $data
-
(array|false) Data for a single question type. False it there's no data for a given quesiton type.
- $type
-
(string) Id of the question type.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.16.0 | Introduced. |