$wpdb->escape deprecated
-
Noticed that the wordpress login page in debug mode complained about deprecated method $wpdb->escape().
Changed the sql method in ad-integration.php to use $wpdb->_escape() as per the suggestion here.
The topic ‘$wpdb->escape deprecated’ is closed to new replies.