LLMS_Quiz_Attempt_Question::get_question()
Retrieve an instance of the LLMS_Question
Return Return
Source Source
File: includes/models/model.llms.quiz.attempt.question.php
public function get_question() { return llms_get_post( $this->get( 'id' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.16.0 | Introduced. |