# userswp/1.2.74/admin/views/html-email-template-preview.php

UsersWP – Front-end login form, User Registration, User Profile &amp; Members Directory plugin for WP, version 1.2.74. 21 lines.

- Page: https://pluginprobe.com/plugins/userswp/1.2.74/code/admin/views/html-email-template-preview.php
- Raw: https://pluginprobe.com/plugins/userswp/1.2.74/raw/admin/views/html-email-template-preview.php
- Modified: 2020-02-19T11:22:32+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/userswp/1.2.74/code/admin/views/html-email-template-preview.php#L10-L20`.

```php
<?php
/**
 * Admin View: Email Template Preview
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

?>
<p>Hello,</p>

<p><b>Lorem Ipsum</b> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>

<h3>Why do we use it?</h3>

<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters.</p>

<p>It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>

<p>Thank You</p>
```
