Course Progress Bars
When you show a user’s enrolled courses, the addon can render a progress bar on each course card showing how far the user has come.
When progress shows
Section titled “When progress shows”Progress bars appear only when both conditions are met:
my_courses="yes"- the shortcode is showing enrolled courses.show_progress="yes"- progress display is requested.
Progress is read from Tutor LMS for the resolved user, so it reflects real completion data. Each bar shows the completed-over-total lesson count and the completion percentage, for example 4/10 and 40% Complete.
The addon only renders a bar for courses the user is actually enrolled in, so a card for a course with no enrollment shows no bar.
Course count line
Section titled “Course count line”When showing enrolled courses, the output starts with a short count line such as “Showing 4 courses”, using a correctly pluralized, translatable string.
Automatic pagination for long lists
Section titled “Automatic pagination for long lists”If a user has more than 12 enrolled courses, the addon turns pagination on automatically so the page does not try to render every card at once. You can still request pagination explicitly with show_pagination="on".
Status filtering
Section titled “Status filtering”Combine progress with course_status to show a specific slice of a learner’s courses, such as only completed or only in-progress courses. See reign_tutor_course for the accepted values.

