mbr_lms_show_course_overview
Usage
This shortcode returns the course overview for a course.
Parameters
Parameters | Description |
---|---|
course_id | The course ID for which the overview should be displayed. Default: The current course ID, if the current page is a course. |
Validity
This shortcode is only evaluated for logged in users who also exist as contacts within ActiveCampaign.
In all other cases, including WordPress users with the Administrator role nothing will be returned.
Conditional Branching
This shortcode does NOT support conditional branching with [ELSE_contact].
Nesting
Shortcode nesting is NOT supported.
Examples
- Example 1
- Example 2
Display the course overview if the shortcode is placed on the course for which the course should be displayed:
[mbr_lms_show_course_overview]
Display the course overview if the shortcode is not placed on the course to which the overview should be displayed:
[mbr_lms_show_course_overview course_id='123']