# wpvr/8.5.79/admin/views/class-wpvr-tour-setting.php

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

- Page: https://pluginprobe.com/plugins/wpvr/8.5.79/code/admin/views/class-wpvr-tour-setting.php
- Raw: https://pluginprobe.com/plugins/wpvr/8.5.79/raw/admin/views/class-wpvr-tour-setting.php
- Modified: 2022-06-15T10:20:54+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/views/class-wpvr-tour-setting.php#L10-L20`.

```php
<?php
if (!defined('ABSPATH')) exit; // Exit if accessed directly
/**
 * Abstract class for WPVR Setting 
 *
 * @link       http://rextheme.com/
 * @since      8.0.0
 *
 * @package    Wpvr
 * @subpackage Wpvr/admin/classes
 */


abstract class WPVR_Tour_setting {

    /**
     * @param mixed $postdata
     * 
     * @return void
     * @since 8.0.0
     */
    abstract public function render_setting($postdata);

}
```
