# friends/2.7.5/templates/email/footer.text.php

Friends, version 2.7.5. 13 lines.

- Page: https://pluginprobe.com/plugins/friends/2.7.5/code/templates/email/footer.text.php
- Raw: https://pluginprobe.com/plugins/friends/2.7.5/raw/templates/email/footer.text.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.7.5/code/templates/email/footer.text.php#L10-L20`.

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

echo PHP_EOL . PHP_EOL;

// translators: %1$s is a site name, %2$s is a site url.
printf( __( 'This notification was sent by the Friends plugin on %1$s at %2$s.', 'friends' ), get_option( 'blogname' ), home_url() );

```
