# friends/2.8.2/templates/email/footer.php

Friends, version 2.8.2. 20 lines.

- Page: https://pluginprobe.com/plugins/friends/2.8.2/code/templates/email/footer.php
- Raw: https://pluginprobe.com/plugins/friends/2.8.2/raw/templates/email/footer.php
- Modified: 2022-11-13T14:21:20+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/friends/2.8.2/code/templates/email/footer.php#L10-L20`.

```php
<?php
/**
 * This template contains the HTML footer for HTML e-mails.
 *
 * @version 1.0
 * @package Friends
 */

?>
</div>
<div class="footer">
	<?php
		// translators: %s is a site name.
		echo wp_kses( sprintf( __( 'This notification was sent by the Friends plugin on %s.', 'friends' ), '<a href="' . esc_attr( home_url() ) . '">' . get_option( 'blogname' ) . '</a>' ), array( 'a' => array( 'href' => array() ) ) );
	?>
</div>

</body>
</html>

```
