# learnpress/4.4.0/templates/emails/become-an-instructor.php

LearnPress – WordPress LMS Plugin for Create and Sell Online Courses, version 4.4.0. 15 lines.

- Page: https://pluginprobe.com/plugins/learnpress/4.4.0/code/templates/emails/become-an-instructor.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.4.0/raw/templates/emails/become-an-instructor.php
- Modified: 2024-08-10T07:01:34+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.0/code/templates/emails/become-an-instructor.php#L10-L20`.

```php
{{header}}

<p>User {{request_email}} has requested to become an Instructor at {{site_title}}</p>

<p>Phone: {{request_phone}}</p>

<p>Message: {{request_message}}</p>

<p>Please login to {{site_title}} and access {{admin_user_manager}} to manage the requesting.</p>

<p>Accept the requesting: {{accept_url}}</p>

<p>Deny the requesting: {{deny_url}}</p>

{{footer}}
```
