Bug fix request on $wpdb->escape notice
-
Hi. I got a notice saying that
$wpdb->escape
is a depricated function.I fixed it for my own site by using this:
https://carlorizzante.com/development/fix-wpdb-escape-is-deprecated-since-version-3-6/I changed
$wpdb->escape
toesc_sql
in /plugins/email-before-download/email-before-download.php line 143 and /plugins/email-before-download/download.php line 19I hope that you will fix this in the next update. Until then, maybe other users can benefit from my experience.
- The topic ‘Bug fix request on $wpdb->escape notice’ is closed to new replies.