LLMS_Shortcode_Courses::get_output()
Retrieve the actual content of the shortcode
Description Description
$atts & $content are both filtered before being passed to get_output() output is filtered so the return of get_output() doesn’t need its own filter.
Return Return
(string)
Source Source
File: includes/shortcodes/class.llms.shortcode.courses.php
Changelog Changelog
Version | Description |
---|---|
3.30.2 | Output a message instead of the entire course catalog when "mine" is used and and current student is not enrolled in any courses. |
3.14.0 | Introduced. |