LLMS_Course_Factory::get_question( mixed $the_question = false,  $args = array() )

Get Question


Description Description


Parameters Parameters

$the_question

(mixed) (Optional) = false, $args = array()

Default value: false


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.course.factory.php

	public function get_question( $the_question = false, $args = array() ) {
		global $post;

	 	$the_question = $post;

	 	$classname = 'LLMS_Question';

		return new LLMS_Question( $the_question, $args );
	}

Top ↑

User Contributed Notes User Contributed Notes

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