LLMS_Shortcode_Course_Syllabus
Description Description
Source Source
File: includes/shortcodes/class.llms.shortcode.course.syllabus.php
class LLMS_Shortcode_Course_Syllabus extends LLMS_Shortcode_Course_Element { /** * Shortcode tag * @var string */ public $tag = 'lifterlms_course_syllabus'; /** * Call the template function for the course element * @return void * @since 3.6.0 * @version 3.6.0 */ protected function template_function() { lifterlms_template_single_syllabus(); } }
Expand full source code Collapse full source code View on GitHub
Methods Methods
- template_function — Call the template function for the course element