MinnPost / object-sync-for-salesforce

WordPress plugin that maps and syncs data between Salesforce objects and WordPress objects.
https://wordpress.org/plugins/object-sync-for-salesforce/
GNU General Public License v2.0
95 stars 51 forks source link

Remove all uses of FILTER_SANITIZE_STRING, since it's deprecated in newer PHP versions. #529

Closed jonathanstegall closed 8 months ago

jonathanstegall commented 8 months ago

What does this Pull Request do?

Replaces FILTER_SANITIZE_STRING with either FILTER_SANITIZE_SPECIAL_CHARS or FILTER_UNSAFE_RAW, depending on what the rest of the code is doing.

How do I test this Pull Request?