LLMS_Shortcode_Course_Continue_Button::template_function()
Call the template function for the course element
Return Return
(void)
Source Source
File: includes/shortcodes/class.llms.shortcode.course.continue.button.php
protected function template_function() {
lifterlms_course_continue_button( $this->get_attribute( 'course_id' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.11.1 | Introduced. |