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