# give/4.16.0/templates/emails/header.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.0. 21 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.0/code/templates/emails/header.php
- Raw: https://pluginprobe.com/plugins/give/4.16.0/raw/templates/emails/header.php
- Modified: 2020-03-31T00:14:12+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/give/4.16.0/code/templates/emails/header.php#L10-L20`.

```php
<?php
/**
 * Email Header
 *
 * @package     Give/Templates/Emails
 * @version     1.0
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}
// This is the footer used if no others are available
?>
<!DOCTYPE html>
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
		<title><?php echo get_bloginfo( 'name' ); ?></title>
	</head>
	<body>

```
