# learnpress/4.3.8/templates/emails/published-course.php

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

- Page: https://pluginprobe.com/plugins/learnpress/4.3.8/code/templates/emails/published-course.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.3.8/raw/templates/emails/published-course.php
- Modified: 2026-06-01T03:47:14+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.8/code/templates/emails/published-course.php#L10-L20`.

```php
{{header}}

<p>Dear <strong>{{course_user_name}},</strong></p>

<p>Congratulation! The course you created here <a href="{{course_edit_url}}">{{course_name}}</a> is available now.</p>

<p>Click <a href="{{course_url}}">{{course_url}}</a> to view your course.</p>

{{footer}}
```
