LLMS_Question::get_choice( string $id )
Retrieve a choice by id
Description Description
Parameters Parameters
- $id
-
(Required) Choice ID.
Return Return
(obj|false)
Source Source
File: includes/models/model.llms.question.php
Changelog Changelog
| Version | Description |
|---|---|
| 4.4.0 | Use strict comparison. |
| 3.16.0 | Introduced. |