Closed blankse closed 7 months ago
Removes deprecated on PHP 8.1 constant FILTER_SANITIZE_STRING usage.
https://www.php.net/manual/en/filter.filters.sanitize.php
Strip tags and HTML-encode double and single quotes, optionally strip or encode special characters. Encoding quotes can be disabled by setting FILTER_FLAG_NO_ENCODE_QUOTES. (Deprecated as of PHP 8.1.0, use htmlspecialchars() instead.)
Removes deprecated on PHP 8.1 constant FILTER_SANITIZE_STRING usage.
https://www.php.net/manual/en/filter.filters.sanitize.php