# learnpress/4.1.7.3.2/templates/emails/instructor-accepted.php

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

- Page: https://pluginprobe.com/plugins/learnpress/4.1.7.3.2/code/templates/emails/instructor-accepted.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.1.7.3.2/raw/templates/emails/instructor-accepted.php
- Modified: 2022-11-14T02:57:44+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.3.2/code/templates/emails/instructor-accepted.php#L10-L20`.

```php
{{header}}

<p>Congrats! You become an Instructor at <strong>{{site_title}}</strong></p>

<p>Please <a href="{{login_url}}">login</a> to <strong>{{site_title}}</strong> and start teaching</p>

{{footer}}
```
