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

Return value.

$string

Name of the feature being checked.

$option

Name of the option being checked.

$question

Instance of the LLMS_Question.


Top ↑

Source Source

File: includes/models/model.llms.question.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.16.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.