apply_filters( "{$this->get(‘question_type’)}_question_supports”}", boolean $ret , string $string , string $option , LLMS_Question $question )
Filter supported features of a given question type.
Description Description
The dynamic portion of this hook, $this->get( 'question_type' )
, refers to the type of question being filtered.
Parameters Parameters
- $ret
-
(boolean) Return value.
- $string
-
(string) Name of the feature being checked.
- $option
-
(string) Name of the option being checked.
- $question
-
(LLMS_Question) Instance of the LLMS_Question.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.16.0 | Introduced. |