# wpvr/8.5.79/admin/partials/wpvr-admin-display.php

WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress, version 8.5.79. 19 lines.

- Page: https://pluginprobe.com/plugins/wpvr/8.5.79/code/admin/partials/wpvr-admin-display.php
- Raw: https://pluginprobe.com/plugins/wpvr/8.5.79/raw/admin/partials/wpvr-admin-display.php
- Modified: 2026-08-13T12:07:48+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/wpvr/8.5.79/code/admin/partials/wpvr-admin-display.php#L10-L20`.

```php
<?php
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly


/**
 * Provide a admin area view for the plugin
 *
 * This file is used to markup the admin-facing aspects of the plugin.
 *
 * @link       http://rextheme.com/
 * @since      1.0.0
 *
 * @package    Wpvr
 * @subpackage Wpvr/admin/partials
 */
?>

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

```
