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
Return Return
(array)
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 ); }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: