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: php8compat.php.inc
<?php ini_set('pcre.jit', '0'); // avoid some valgrind errors function argerr($cl) { try { return $cl(); } catch (TypeError $err) { $msg = $err->getMessage(); $msg = "Warning: $msg in {$err->getFile()} on line {$err->getLine()}"; $msg = preg_replace('/: Argument #(\d) \(\$\S+\) must be of type/', ' expects parameter \1 to be', $msg); $msg = preg_replace('/expects (.+) (\d) argument/', 'expects \1 \2 parameter', $msg); echo "\n", $msg, "\n"; } }