0byt3m1n1
Path:
/
data
/
27
/
5
/
48
/
71
/
5374886
/
user
/
6435255
/
htdocs
/
wp-content
/
themes
/
melos
/
admin
/
main
/
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']}/" ); } } }