LLMS_Shortcode_Course_Prerequisites


Description Description


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
	 * @return   void
	 * @since    3.6.0
	 * @version  3.6.0
	 */
	protected function template_function() {

		lifterlms_template_single_prerequisites();

	}

}


Top ↑

Methods Methods


Top ↑

User Contributed Notes User Contributed Notes

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