/
/
home
/
melaqxso
/
allshadesofwellness.com
/
wp-content
/
plugins
/
webp-express
/
wod
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.61
PHP 7.4.33
Dir:
/home/melaqxso/allshadesofwellness.com/wp-content/plugins/webp-express/wod
Edit:
/home/melaqxso/allshadesofwellness.com/wp-content/plugins/webp-express/wod/autoloader.php
<?php define('WOD_DIR', __DIR__); // setLocale - for converting files with non ascii characters (#406) setlocale(LC_CTYPE, "C.UTF-8"); function webpexpress_autoloader($class) { if (strpos($class, 'WebPExpress\\') === 0) { require_once WOD_DIR . '/../lib/classes/' . substr($class, 12) . '.php'; } } spl_autoload_register('webpexpress_autoloader');
Ukuran: 366 B