presslabs / gitium

Keep all your WordPress code on git with a simple plugin and a repo
https://www.presslabs.com/code/gitium/
GNU General Public License v2.0
180 stars 31 forks source link

replace filter sanitize string because is deprecated in PHP 8.1 #197

Closed DenisFlorin closed 9 months ago

DenisFlorin commented 9 months ago

https://teamtreehouse.com/community/can-we-use-filtersanitizespecialchars-instead-of-filtersanitizestring-for-msg#:~:text=FILTER_SANITIZE_SPECIAL_CHARS%20will%20leave%20the%20tags,just%20text%20inside%20the%20tags.

https://www.w3schools.com/php/filter_sanitize_string.asp

We need to check as well if it's okay to use the new filter.