• Hi,

    FILTER_SANITIZE_STRING has been deprecated since PHP 8.1.

    Location: ./events-manager/classes/em-mailer.php:155: $name = !empty($args[‘reply-to-name’]) ? filter_var($args[‘reply-to-name’], FILTER_SANITIZE_STRING) : false;

    If this could please be patched with the next update, that would be great.

    Thank you,

The topic ‘FILTER_SANITIZE_STRING is deprecated’ is closed to new replies.