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.


Top ↑

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.


Top ↑

Source Source

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

View on GitHub



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.