LLMS_Question::get_correct_option_key()
Get the key of the correct option
Contents
Return Return
(int|null)
Source Source
File: includes/models/model.llms.question.php
*/ protected function toArrayAfter( $arr ) { unset( $arr['author'] ); unset( $arr['date'] ); unset( $arr['excerpt'] ); unset( $arr['modified'] ); unset( $arr['status'] );
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.9.0 | Introduced. |