| 1 |
<?php |
| 2 |
/** |
| 3 |
* Admin View: Email Template Preview |
| 4 |
*/ |
| 5 |
|
| 6 |
if ( ! defined( 'ABSPATH' ) ) { |
| 7 |
exit; // Exit if accessed directly |
| 8 |
} |
| 9 |
|
| 10 |
?> |
| 11 |
<p>Hello,</p> |
| 12 |
|
| 13 |
<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> |
| 14 |
|
| 15 |
<h3>Why do we use it?</h3> |
| 16 |
|
| 17 |
<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> |
| 18 |
|
| 19 |
<p>It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p> |
| 20 |
|
| 21 |
<p>Thank You</p> |