apply_filters( 'dozent_get_quiz_options', array $options , int $quiz_id )
Filter quiz options
Description
This will fiere when dozent_get_quiz_option() has been called bat not passed any $option_key in the second param
Parameters
- $options
-
(array) Option Value as array by dozent_get_quiz_option();
- $quiz_id
-
(int) Quiz ID passed on the function dozent_get_quiz_option();
Source
Changelog
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |