WordPress 4.0.0 Hooks, Functions, Classes and Methods
Page 9

wpdb::esc_like()

First half of escaping for LIKE special characters % and _ before preparing for SQL.

like_escape()

Formerly used to escape strings before searching the DB. It was poorly documented and never worked as described.