body-default.php
2 years ago
default.php
2 years ago
field-default.php
2 years ago
footer-default.php
2 years ago
header-default.php
2 years ago
body-default.php
24 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Email Body |
| 4 | * |
| 5 | * This is used with the {all_fields} smart tag. |
| 6 | * |
| 7 | * This template can be overridden by copying it to yourtheme/everest-forms/emails/body-default.php. |
| 8 | * |
| 9 | * HOWEVER, on occasion Everest Forms will need to update template files and you |
| 10 | * and you (the theme developer) will need to copy the new files to your theme to |
| 11 | * maintain compatibility. We try to do this as little as possible, but it does |
| 12 | * happen. When this occurs the version of the template file will be bumped and |
| 13 | * the readme will list any important changes. |
| 14 | * |
| 15 | * @see https://docs.everestforms.net/ |
| 16 | * @package EverestForms/Templates |
| 17 | * @version 1.2.0 |
| 18 | */ |
| 19 | |
| 20 | defined( 'ABSPATH' ) || exit; |
| 21 | |
| 22 | ?> |
| 23 | {email} |
| 24 |