# friends/2.7.7/templates/email/footer-text.php

Friends, version 2.7.7. 13 lines.

- Page: https://pluginprobe.com/plugins/friends/2.7.7/code/templates/email/footer-text.php
- Raw: https://pluginprobe.com/plugins/friends/2.7.7/raw/templates/email/footer-text.php
- Modified: 2023-09-23T05:40:06+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.7/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() );

```
