# friends/4.3.2/templates/frontend/messages/author-header.php

Friends, version 4.3.2. 10 lines.

- Page: https://pluginprobe.com/plugins/friends/4.3.2/code/templates/frontend/messages/author-header.php
- Raw: https://pluginprobe.com/plugins/friends/4.3.2/raw/templates/frontend/messages/author-header.php
- Modified: 2021-08-17T14:36:10+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/4.3.2/code/templates/frontend/messages/author-header.php#L10-L20`.

```php
<?php
/**
 * This template contains the message part for the author header on /friends/.
 *
 * @package Friends
 */

?>
<a class="chip send-new-message" href="#"><?php esc_html_e( 'Send message', 'friends' ); ?></a>

```
