# woo-postnl/4.0.0/includes/admin/views/html-modal-result-page.php

PostNL for WooCommerce, version 4.0.0. 14 lines.

- Page: https://pluginprobe.com/plugins/woo-postnl/4.0.0/code/includes/admin/views/html-modal-result-page.php
- Raw: https://pluginprobe.com/plugins/woo-postnl/4.0.0/raw/includes/admin/views/html-modal-result-page.php
- Modified: 2021-01-04T09:17:00+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/woo-postnl/4.0.0/code/includes/admin/views/html-modal-result-page.php#L10-L20`.

```php
<?php
defined('ABSPATH') or die();

include('html-start.php');

/**
 * @var $request
 */
if ($request === WCPN_Export::ADD_RETURN) {
    printf('<h3>%s</h3>', __('Return email successfully sent to customer'));
}

include('html-end.php');

```
