# wpstream/4.5.11.2/admin/partials/wpstream-admin-display.php

WpStream – Live Streaming, Video on Demand, Pay Per View, version 4.5.11.2. 17 lines.

- Page: https://pluginprobe.com/plugins/wpstream/4.5.11.2/code/admin/partials/wpstream-admin-display.php
- Raw: https://pluginprobe.com/plugins/wpstream/4.5.11.2/raw/admin/partials/wpstream-admin-display.php
- Modified: 2019-09-24T13:00:22+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/wpstream/4.5.11.2/code/admin/partials/wpstream-admin-display.php#L10-L20`.

```php
<?php

/**
 * Provide a admin area view for the plugin
 *
 * This file is used to markup the admin-facing aspects of the plugin.
 *
 * @link       http://wpstream.net
 * @since      3.0.1
 *
 * @package    Wpstream
 * @subpackage Wpstream/admin/partials
 */
?>

<!-- This file should primarily consist of HTML with a little bit of PHP. -->

```
