learndash_course_content_shortcode( array $atts )
Builds the course_content
shortcode output.
Contents
Description #
Parameters #
- $atts
-
(array) (Required) The shortcode attributes.
- 'Optional.'
(int) $course_id The ID of the course. Default 0. - 'Optional.'
(boolean|int) $num Unused Default false.
- 'Optional.'
Return #
(string) The output of the shortcode.
Source #
Changelog #
Version | Description |
---|---|
2.1.0 | Introduced. |