learndash_course_status_content_shortcode( array $atts, string $content, string $status )
Generates the output for course status shortcodes.
Description Description
Parameters Parameters
- $atts
-
(Required) An array of shortcode attributes.
- $content
-
(Required) Shortcode content.
- $status
-
(Required) The status of the course.
Return Return
(string) The course status shortcode output.
Source Source
File: includes/shortcodes/ld_course_list.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |