FILTER_SANITIZE_STRING is deprecated – PHP v.8.1
-
I am getting the same warning at my WP. 6.0.3 under PHP v.8.1:
PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecatedFILTER_SANITIZE_STRING
See: 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.0Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in …/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php on line 22
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘FILTER_SANITIZE_STRING is deprecated – PHP v.8.1’ is closed to new replies.