# learnpress/4.4.8/templates/emails/finished-course.php

LearnPress – WordPress LMS Plugin for Create and Sell Online Courses, version 4.4.8. 9 lines.

- Page: https://pluginprobe.com/plugins/learnpress/4.4.8/code/templates/emails/finished-course.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.4.8/raw/templates/emails/finished-course.php
- Modified: 2026-09-18T11:22:50+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/learnpress/4.4.8/code/templates/emails/finished-course.php#L10-L20`.

```php
{{header}}

<p>Dear <strong>{{user_name}},</strong></p>

<p>You have finished the course <a target="_blank" href="{{course_url}}">{{course_name}}</a></p>

<p>Please go to your profile <a target="_blank" href="{{user_profile_url}}">{{user_name}}</a> and view your course results.</p>

{{footer}}
```
