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