LLMS_Question::get_questions()
Retrieve child questions (for question group)
Return Return
(array)
Source Source
File: includes/models/model.llms.question.php
public function get_questions() {
return $this->questions()->get_questions();
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.16.0 | Introduced. |