wpdb::esc_like()
Method: First half of escaping for `LIKE` special characters `%` and `_` before preparing for SQL.
Source: wp-includes/class-wpdb.php:1784
Method: First half of escaping for `LIKE` special characters `%` and `_` before preparing for SQL.
Source: wp-includes/class-wpdb.php:1784
Method: Do not use, deprecated.
Source: wp-includes/class-wpdb.php:1352
Method: Escapes content by reference for insertion into the database, for security.
Source: wp-includes/class-wpdb.php:1380
Method: Kills cached query results.
Source: wp-includes/class-wpdb.php:1918
Method: Gets blog prefix.
Source: wp-includes/class-wpdb.php:1095
Method: Retrieves a comma-separated list of the names of the functions that called wpdb.
Source: wp-includes/class-wpdb.php:3977
Method: Retrieves the database character collate.
Source: wp-includes/class-wpdb.php:3884
Method: Retrieves one column from the database.
Source: wp-includes/class-wpdb.php:2960
Method: Retrieves the character set for the given column.
Source: wp-includes/class-wpdb.php:3160
Method: Retrieves column metadata from the last query.
Source: wp-includes/class-wpdb.php:3739