File manager - Edit - /home/monara/public_html/Hotel_Sapphire_redesign/wp-content/plugins/widget-google-reviews/autoloader.php
Back
<?php if (!defined('ABSPATH')) { exit; } spl_autoload_register(function ($filename) { $file_path = explode('\\', $filename); if (isset($file_path[count($file_path) - 1 ])) { $class_file = strtolower( $file_path[count($file_path) - 1] ); $class_file = str_ireplace('_', '-', $class_file); $class_file = "class-$class_file.php"; } $fully_qualified_path = trailingslashit( dirname(__FILE__) ); for ($i = 1; $i < count($file_path) - 1; $i ++) { $dir = strtolower($file_path[$i]); $dir = str_ireplace('_', '-', $dir); $fully_qualified_path .= trailingslashit($dir); } $fully_qualified_path .= $class_file; if (file_exists($fully_qualified_path)) { include_once($fully_qualified_path); } });
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings