LLMS_Question::get_questions()

Retrieve child questions (for question group)


Return Return

(array)


Top ↑

Source Source

File: includes/models/model.llms.question.php

	public function get_questions() {
		return $this->questions()->get_questions();
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.16.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.