get_lesson( mixed $the_lesson = false, $args = array() )
get lesson object
Description Description
Parameters Parameters
- $the_lesson
-
(mixed) (Optional) = false, $args = array()
Default value: false
Return Return
(marray)
Source Source
File: includes/functions/llms.functions.course.php
function get_lesson( $the_lesson = false, $args = array() ) { return LLMS()->course_factory->get_lesson( $the_lesson, $args ); }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: