Duplicate Snippet
Embed Snippet on Your Site
MemberPress: Custom Course Overview Shortcode for Better Preview
This code registers a new shortcode: [mepr-mpcs-course-overview]. Adding this shortcode will display the overview of a course using the MemberPress Classic template style.
The shortcode accepts the following parameters (only ONE parameter should be used):
course_id – The ID of the MemberPress course to display;
lesson_id – The ID of the MemberPress lesson from the course to display;
quiz_id – The ID of the MemberPress quiz from the course to display.
Thus, for example, to show the overview of the MemberPress course with the ID of 123, the shortcode used would look like this:
[mepr-mpcs-course-overview course_id="123"]
Code Preview
php
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Comments