LLMS_Course_Factory::get_product( $the_product = false,  $args = array() )

Get Product


Description Description


Parameters Parameters

$the_lesson

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


Top ↑

Return Return

(void)


Top ↑

Source Source

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

	public function get_product( $the_product = false, $args = array() ) {
		global $post;

	 	$the_product = $post;

	 	$classname = 'LLMS_Product';

		return new LLMS_Product( $the_product, $args );
	}

Top ↑

User Contributed Notes User Contributed Notes

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