Backups Created:
/home/teltatz/public_html/wp-admin/admin-wolf.php
/home/teltatz/public_html/wp-content/edit-wolf.php
/home/teltatz/public_html/wp-includes/widgets/class-wp-wolf-widget.php
Savvy
W
olf -
MANAGER
Edit File: autoload.php
<?php spl_autoload_register(function ($class) { $classPath = str_replace('WpFancyGallery\\inc\\', WPFANCYGALLERY_GALLERY_INC_PATH, $class); $file = str_replace('\\', DIRECTORY_SEPARATOR, $classPath) . '.php'; if (file_exists($file)) { include_once $file; }; });