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


Top ↑

Return Return

(marray)


Top ↑

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 );

}


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: