DavidCramer/plugin-groups

FILTER_SANITIZE_STRING Deprecated as of PHP 8.1.0

Opened this issue · 0 comments

As the subject states, FILTER_SANITIZE_STRING has been deprecated, causing PHP notices.

They can be silenced like so: @FILTER_SANITIZE_STRING

Or sanitize with an appropriate replacement.