LLMS_Question::supports( string $feature, mixed $option = null )
Determine if the question supports a question feature
Description Description
Parameters Parameters
- $feature
-
(Required) Name of the feature (eg "choices").
- $option
-
(Optional) Allow matching feature options.
Default value: null
Return Return
(boolean)
Source Source
File: includes/models/model.llms.question.php
Changelog Changelog
Version | Description |
---|---|
3.16.15 | Unknown. |
3.16.0 | Introduced. |