# friends/2.8.8/templates/admin/plugin-installer-header.php

Friends, version 2.8.8. 15 lines.

- Page: https://pluginprobe.com/plugins/friends/2.8.8/code/templates/admin/plugin-installer-header.php
- Raw: https://pluginprobe.com/plugins/friends/2.8.8/raw/templates/admin/plugin-installer-header.php
- Modified: 2021-01-29T17:18: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.8.8/code/templates/admin/plugin-installer-header.php#L10-L20`.

```php
<?php
/**
 * This template contains info the header for the plugin installer page.
 *
 * @version 1.0
 * @package Friends
 */

?>
<div class="wrap">
	<h1><?php esc_html_e( 'Friends Plugins', 'friends' ); ?></h1>
	<p><?php esc_html_e( 'Here you can find plugins that extend the functionality of the Friends plugin.', 'friends' ); ?></p>
		<div class="friends-plugin-installer wp-list-table widefat plugin-install">
			<div id="the-list">

```
