sailthru / sailthru-wordpress-plugin

Wordpress Plugin
6 stars 23 forks source link

Fix - FILTER_SANITIZE_STRING is deprecated warnings #109

Open jigneshnakrani088 opened 1 year ago

jigneshnakrani088 commented 1 year ago

summary

108

Replace use of deprecated constant FILTER_SANITIZE_STRING with sanitize_text_field() callback.