get_course( string $the_course = false,  $args = array() )

Get page object


Description Description


Parameters Parameters

$the_course

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

Default value: false


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/functions/llms.functions.course.php

function get_course( $the_course = false, $args = array() ) {

	return LLMS()->course_factory->get_course( $the_course, $args );

}


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: