# learnpress/4.4.0/templates/emails/refund/refund-request-order-admin.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/refund/refund-request-order-admin.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.4.0/raw/templates/emails/refund/refund-request-order-admin.php
- Modified: 2026-06-17T11:04: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.4.0/code/templates/emails/refund/refund-request-order-admin.php#L10-L20`.

```php
{{header}}

<p>Order placed by <strong>{{order_user_name}}</strong> has a new refund request.</p>
<p><strong>Order ID:</strong> {{order_id}}</p>
<p><strong>Order key:</strong> {{order_key}}</p>
<p><strong>Requester ID:</strong> {{refund_requested_by}}</p>
<p><strong>Requester email:</strong> {{refund_requested_email}}</p>
<p><strong>Requested at:</strong> {{refund_requested_at}}</p>
<p><strong>Reason:</strong> {{refund_reason}}</p>
<p><a href="{{admin_order_edit_url}}">Review this refund request</a></p>

{{order_items_table}}

{{footer}}

```
