wpdb::remove_placeholder_escape()
Method: Removes the placeholder escape strings from a query.
Source: wp-includes/class-wpdb.php:2445
Method: Removes the placeholder escape strings from a query.
Source: wp-includes/class-wpdb.php:2445
Method: Retrieves the character set for the given column.
Source: wp-includes/class-wpdb.php:3160
Method: Determines whether the database supports collation.
Source: wp-includes/class-wpdb.php:3872
Method: Makes private properties un-settable for backward compatibility.
Source: wp-includes/class-wpdb.php:842
Method: Prepares a SQL query for safe execution.
Source: wp-includes/class-wpdb.php:1473
Method: Inserts a row into the table.
Source: wp-includes/class-wpdb.php:2475
Filter Hook: Filters the column charset value before the DB is checked.
Source: wp-includes/class-wpdb.php:3176
Method: Retrieves the database character collate.
Source: wp-includes/class-wpdb.php:3884
Method: Sets $this->charset and $this->collate.
Source: wp-includes/class-wpdb.php:851
Method: First half of escaping for `LIKE` special characters `%` and `_` before preparing for SQL.
Source: wp-includes/class-wpdb.php:1784