$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.
https://www.ads-software.com/plugins/active-directory-integration/
- The topic ‘$wpdb->escape deprecated’ is closed to new replies.