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.


Top ↑

Return Return

(string) The course status shortcode output.


Top ↑

Source Source

File: includes/shortcodes/ld_course_list.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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