Replies: 1
The plugin file /includes/trp-ajax.php uses “FILTER_SANITIZE_STRING” constant. This is deprecated in PHP 8.1, hence it will cause lots of error messages in log:
[09-Jan-2023 22:37:01 Europe/Rome] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/hlsparke/public_html/portal/wp-content/plugins/translatepress-multilingual/includes/trp-ajax.php on line 55
[09-Jan-2023 22:37:01 Europe/Rome] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/hlsparke/public_html/portal/wp-content/plugins/translatepress-multilingual/includes/trp-ajax.php on line 35
[09-Jan-2023 22:37:01 Europe/Rome] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/hlsparke/public_html/portal/wp-content/plugins/translatepress-multilingual/includes/trp-ajax.php on line 36
