uawdijnntqw1x1x1
IP : 3.12.148.147
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
www
/
wp-content
/
plugins
/
redux-framework
/
redux-core
/
inc
/
classes
/
class-redux-path.php
/
/
<?php /** * Redux Path Class * * @class Redux_Path * @version 4.0.0 * @package Redux Framework */ defined( 'ABSPATH' ) || exit; if ( ! class_exists( 'Redux_Path', false ) ) { /** * Class Redux_Path */ class Redux_Path { /** * Class init */ public static function init() {} /** * Gets Redux path. * * @param string $relative_path Self-explanatory. * * @return string */ public static function get_path( string $relative_path ): string { return Redux_Core::$redux_path . $relative_path; } } Redux_Path::init(); }
/home/batcwwjx/www/wp-content/plugins/redux-framework/redux-core/inc/classes/class-redux-path.php