Connections-Business-Directory / Connections

Directory Plugin for WordPress
https://connections-pro.com
GNU General Public License v2.0
26 stars 18 forks source link

like_escape() is Deprecated in WordPress 4.0 #383

Closed shazahm1 closed 8 years ago

shazahm1 commented 10 years ago

Need to remove use of like_escape() and use $wpdb->esc_like() instead. I'll need to make sure there's some backward compatibility too!

The ref link has docs on proper usage.

ref: http://make.wordpress.org/core/2014/06/20/like_escape-is-deprecated-in-wordpress-4-0/

shazahm1 commented 8 years ago

Done!