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: Html2TextException.php
<?php namespace Soundasleep; class Html2TextException extends \Exception { /** @var string $more_info */ public $more_info; public function __construct(string $message = "", string $more_info = "") { parent::__construct($message); $this->more_info = $more_info; } }