Duplicate Snippet
Embed Snippet on Your Site
MemberPress: Display User’s Course Progress in MemberPress Courses
The code snippet registers a new shortcode: [mpcs_user_courses_progress]. Adding this shortcode will display all MemberPress courses on which the logged-in user matches the set condition. The condition is based on the percentage of progress the user made on each course.
The code sample below sets the condition to less than 100% progress. As a result, using the shortcode will display all courses the logged-in user didn’t complete - and has not yet reached 100% progress.
Code Preview
php
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Comments