LLMS_Quiz_Attempt_Question::get_question()

Retrieve an instance of the LLMS_Question


Return Return

(LLMS_Question)


Top ↑

Source Source

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

	public function get_question() {
		return llms_get_post( $this->get( 'id' ) );
	}


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.