# learnpress/4.3.7/templates/emails/cancelled-order-instructor.php

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

- Page: https://pluginprobe.com/plugins/learnpress/4.3.7/code/templates/emails/cancelled-order-instructor.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.3.7/raw/templates/emails/cancelled-order-instructor.php
- Modified: 2026-05-23T18:20:54+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.7/code/templates/emails/cancelled-order-instructor.php#L10-L20`.

```php
{{header}}

<p>Order placed by <strong>{{order_user_name}}</strong> has been cancelled</p>

{{order_items_table}}

{{footer}}
```
