0byt3m1n1
Path:
/
var
/
lib
/
vz
/
www
/
clients
/
client6
/
web11
/
web
/
wp-content
/
themes
/
virtue
/
themeoptions
/
core
/
[
Home
]
File: required.php
<?php if ( !defined ( 'ABSPATH' ) ) { exit; } if (!class_exists('reduxCoreRequired')){ class reduxCoreRequired { public $parent = null; public function __construct ($parent) { $this->parent = $parent; Redux_Functions::$_parent = $parent; /** * action 'redux/page/{opt_name}/' */ do_action( "redux/page/{$parent->args['opt_name']}/" ); } } }