LLMS_Shortcode_Course_Continue

LLMS_Shortcode_Course_Continue


Source Source

File: includes/shortcodes/class.llms.shortcode.course.continue.php

class LLMS_Shortcode_Course_Continue extends LLMS_Shortcode_Course_Element {

	/**
	 * Shortcode tag
	 *
	 * @var string
	 */
	public $tag = 'lifterlms_course_continue';

	/**
	 * Call the template function for the course element
	 *
	 * @since 3.6.0
	 *
	 * @return void
	 */
	protected function template_function() {

		lifterlms_template_single_course_progress();

	}

}


Top ↑

Methods Methods


Top ↑

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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