# wpvr/9.1.3/public/class-wpvr-public.php

WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress, version 9.1.3. 4 lines.

- Page: https://pluginprobe.com/plugins/wpvr/9.1.3/code/public/class-wpvr-public.php
- Raw: https://pluginprobe.com/plugins/wpvr/9.1.3/raw/public/class-wpvr-public.php
- Modified: 2026-08-20T11:07:58+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/9.1.3/code/public/class-wpvr-public.php#L10-L20`.

```php
<?php
// Backward-compatibility shim. Path moved to legacy/ in new UI architecture.
require_once plugin_dir_path( __FILE__ ) . '../legacy/public/class-wpvr-public.php';

```
