LLMS_Question::get_correct_option()
Get the correct option for the question
Contents
Return Return
(array|null)
Source Source
File: includes/models/model.llms.question.php
* The dynamic portion of this hook, `$this->get( 'question_type' )`, refers to the type of question * being filtered. * * @since 3.16.0 * * @param boolean $ret Return value. * @param string $string Name of the feature being checked. * @param string $option Name of the option being checked.
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |