Browse: Home / Functions /

learndash_course_inprogress_shortcode

learndash_course_inprogress_shortcode( array $atts = array(),  string $content = '',  string $shortcode_slug = 'course_inprogress' )

Builds the [course_inprogress] shortcode output.


Description #

Shortcode that shows the content if the user is in progress on the course.


Parameters #

$atts

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

  • 'content'
    (string) The shortcode content.
  • 'course_id'
    (int) Course ID. Default false.
  • 'user_id'
    (int) User ID. Default false.
  • 'autop'
    (boolean) Whether to replace line breaks with paragraph elements. Default true.

Default value: array()

$content

(string) (Optional) The shortcode content.

Default value: ''

$shortcode_slug

(string) (Optional) The shortcode slug.

Default value: 'course_inprogress'


Return #

(string) The course_inprogress shortcode output.


Source #

File: includes/shortcodes/ld_course_inprogress.php


Changelog #

Changelog
Version Description
2.1.0 Introduced.