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

Builds the [ld_course_resume] 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 current user ID.
  • 'label'
    (string) Resume label.
  • 'html_class'
    (string) The resume CSS classes. Default 'ld-course-resume'.
  • 'html_id'
    (string) The value for id HTML attribute.
  • 'button'
    (boolean) Whether to show button. Default true.

Default value: array()

$content

(Optional) The shortcode content.

Default value: ''


Top ↑

Return Return

(string) The ld_course_resume shortcode output.


Top ↑

Source Source

File: includes/shortcodes/ld_course_resume.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.1.4 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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