learndash_course_progress( array $atts = array(), string $content = '' )

Builds the [learndash_course_progress] shortcode output.


Description Description


Parameters Parameters

$atts

(Optional) An array of shortcode attributes.

  • 'course_id'
    (int) Course ID. Default 0.
  • 'user_id'
    (int) User ID. Default 0.
  • 'array'
    (boolean) Whether to return array. Default false.

Default value: array()

$content

(Optional) The shortcode content.

Default value: ''


Top ↑

Return Return

(array) The learndash_course_progress shortcode output.


Top ↑

Source Source

File: includes/shortcodes/ld_course_progress.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.