# friends/4.2.1/templates/admin/dashboard-widget-welcome.php

Friends, version 4.2.1. 14 lines.

- Page: https://pluginprobe.com/plugins/friends/4.2.1/code/templates/admin/dashboard-widget-welcome.php
- Raw: https://pluginprobe.com/plugins/friends/4.2.1/raw/templates/admin/dashboard-widget-welcome.php
- Modified: 2024-08-29T15:40:32+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.2.1/code/templates/admin/dashboard-widget-welcome.php#L10-L20`.

```php
<?php
/**
 * This template contains the Friends Dashboard Widget Welcome.
 *
 * @package Friends
 */

?>
<p><?php esc_html_e( "In this widget, you'd usually see your latest friends' posts. But since you haven't added any friends yet, these are your options:", 'friends' ); ?></p>
<ul>
	<li><a href="<?php echo esc_url( home_url( '/friends/?welcome' ) ); ?>"><span class="ab-icon dashicons dashicons-groups"></span> <?php esc_html_e( 'Check out your Friends page to learn more', 'friends' ); ?></a></li>
	<li><a href="<?php echo esc_url( self_admin_url( 'admin.php?page=add-friend' ) ); ?>"><span class="ab-icon dashicons dashicons-businessperson"></span> <?php esc_html_e( 'Add a new friend right away', 'friends' ); ?></a></li>
</ul>

```
