LLMS_Question_Choice::get( string $key, mixed $default = '' )
Retrieve a piece of choice data by key
Description Description
Parameters Parameters
- $key
-
(Required) name of the data to be retrieved
- $default
-
(Optional) default value if key isn't set
Default value: ''
Return Return
(mixed)
Source Source
File: includes/models/model.llms.question.choice.php
Changelog Changelog
Version | Description |
---|---|
3.16.0 | Introduced. |