Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
embedpre...
/
vendor
/
wpdevelo...
/
embera
/
src
•
File:
Autoloader.php
•
Content:
<?php spl_autoload_register(static function ($class) { if (false === stripos($class, 'Embera')) { return; } $file = __DIR__ . '/' . str_replace('\\', '/', $class) . '.php'; if (file_exists($file)) { require $file; } });
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List