golden hour
/home/godaofbq/.trash/wpvr/admin/views
⬆️ Go Up
Upload
File/Folder
Size
Actions
class-wpvr-meta-box.php
622 B
Del
OK
class-wpvr-singleton.php
2.02 KB
Del
OK
class-wpvr-tour-setting.php
417 B
Del
OK
Edit: class-wpvr-tour-setting.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); }
Save