Warning: This method has been deprecated.
LLMS_Question::get_options()
Get the options for the question
Description Description
Return Return
(array)
Source Source
File: includes/models/model.llms.question.php
public function get_options() { llms_deprecated_function( 'LLMS_Question::get_options()', '3.16.0', 'LLMS_Question::get_choices()' ); return $this->get_choices(); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.16.0 | This method has been deprecated. |
1.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: