|
1
|
<?php |
|
2
|
/** |
|
3
|
* Email Header
|
|
4
|
*
|
|
5
|
* @package Give/Templates/Emails
|
|
6
|
* @version 1.0
|
|
7
|
*/ |
|
8
|
|
|
9
|
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly. |
|
10
|
|
|
11
|
// {email} is replaced by the content entered in Donations > Settings > Emails |
|
12
|
|
|
13
|
?> |
|
14
|
{email}
|