# learnpress/4.1.7.2/templates/emails/finished-course-user.php

LearnPress – WordPress LMS Plugin for Create and Sell Online Courses, version 4.1.7.2. 7 lines.

- Page: https://pluginprobe.com/plugins/learnpress/4.1.7.2/code/templates/emails/finished-course-user.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.1.7.2/raw/templates/emails/finished-course-user.php
- Modified: 2022-09-23T02:52:32+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.1.7.2/code/templates/emails/finished-course-user.php#L10-L20`.

```php
{{header}}

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

<p>You achieved {{course_result_percent}} of course and your grade is <strong>{{course_grade}}</strong></p>

{{footer}}
```
