# learnpress/4.3.9.1/templates/emails/finished-course-admin.php

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

- Page: https://pluginprobe.com/plugins/learnpress/4.3.9.1/code/templates/emails/finished-course-admin.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.3.9.1/raw/templates/emails/finished-course-admin.php
- Modified: 2026-06-10T02:53:16+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.3.9.1/code/templates/emails/finished-course-admin.php#L10-L20`.

```php
{{header}}

<p>User {{user_display_name}} ({{user_email}}) has finished course  <a target="_blank" href="{{course_url}}">"{{course_name}}"</a></p>

<p>User has <strong>{{course_grade}}</strong> course with {{course_result_percent}} of total</p>

{{footer}}
```
