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: class-null-schema.php
<?php /** * This file is part of the MailPoet plugin. * * @package MailPoet\EmailEditor */ declare( strict_types = 1 ); namespace MailPoet\EmailEditor\Validator\Schema; use MailPoet\EmailEditor\Validator\Schema; /** * Represents a schema for a null. * See: https://developer.wordpress.org/rest-api/extending-the-rest-api/schema/#primitive-types */ class Null_Schema extends Schema { /** * Schema definition. * * @var array */ protected $schema = array( 'type' => 'null', ); }