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
Return Return
(void)
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 ); }
Expand full source code Collapse full source code View on GitHub