apply_filters( 'dozent_get_quiz_option', mixed $option_value, int $quiz_id, string $option_key, mixed $default )

Filter quiz single option when $option_key is exists


Parameters

$option_value

(mixed) Option Value returns by dozent_get_quiz_option();

$quiz_id

(int) Quiz ID passed on the function dozent_get_quiz_option();

$option_key

(string) Option Key

$default

(mixed) Default value of the function dozent_get_quiz_option();


Source

File: includes/quiz-functions.php



Changelog

Changelog
Version Description
DozentLMS 1.0.0 Introduced.