LLMS_Question::get_question_type()
Retrieve question type data for the given question
Return Return
(array)
Source Source
File: includes/models/model.llms.question.php
public function get_question_type() {
return llms_get_question_type( $this->get( 'question_type' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.16.0 | Introduced. |