Browse: Home / Functions /

learndash_course_status_content_shortcode

learndash_course_status_content_shortcode( array $atts,  string $content,  string $status )

Generates the output for course status shortcodes.


Description #


Parameters #

$atts

(array) (Required) An array of shortcode attributes.

$content

(string) (Required) Shortcode content.

$status

(string) (Required) The status of the course.


Return #

(string) The course status shortcode output.


Source #

File: includes/shortcodes/ld_course_list.php


Changelog #

Changelog
Version Description
2.1.0 Introduced.