wpdb::quote_identifier()
Method: Quotes an identifier for a MySQL database, e.g. table/field names.
Source: wp-includes/class-wpdb.php:1415
Method: Quotes an identifier for a MySQL database, e.g. table/field names.
Source: wp-includes/class-wpdb.php:1415
Method: Escapes an identifier value without adding the surrounding quotes.
Source: wp-includes/class-wpdb.php:1433
Method: Retrieves full database server information.
Source: wp-includes/class-wpdb.php:4163
Method: Logs query data.
Source: wp-includes/class-wpdb.php:2487
Filter Hook: Filters the custom data to log alongside a query.
Source: wp-includes/class-wpdb.php:2502
Method: Adds a placeholder escape string, to escape anything that resembles a printf() placeholder.
Source: wp-includes/class-wpdb.php:2551
Method: Removes the placeholder escape strings from a query.
Source: wp-includes/class-wpdb.php:2567
Method: Parses the DB_HOST setting to interpret it for mysqli_real_connect().
Source: wp-includes/class-wpdb.php:2147
Method: Generates and returns a placeholder escape string for use in queries returned by ::prepare().
Source: wp-includes/class-wpdb.php:2520
Method: Determines the best charset and collation to use given a charset and collation.
Source: wp-includes/class-wpdb.php:882
Method: Closes the current database connection.
Source: wp-includes/class-wpdb.php:3973
Method: Retrieves the maximum string length allowed in a given column.
Source: wp-includes/class-wpdb.php:3356
Method: For string fields, records the maximum string length that field can safely save.
Source: wp-includes/class-wpdb.php:2968
Method: Finds the first table name referenced in a query.
Source: wp-includes/class-wpdb.php:3776
Method: Strips any invalid characters from the string for a given table and column.
Source: wp-includes/class-wpdb.php:3738
Method: Retrieves the character set for the given table.
Source: wp-includes/class-wpdb.php:3182
Filter Hook: Filters the table charset value before the DB is checked.
Source: wp-includes/class-wpdb.php:3197
Method: Retrieves the character set for the given column.
Source: wp-includes/class-wpdb.php:3286
Filter Hook: Filters the column charset value before the DB is checked.
Source: wp-includes/class-wpdb.php:3302
Method: Checks if a string is ASCII.
Source: wp-includes/class-wpdb.php:3445
Method: Checks if the query is accessing a collation considered safe on the current version of MySQL.
Source: wp-includes/class-wpdb.php:3465
Method: Strips any invalid characters based on value/charset pairs.
Source: wp-includes/class-wpdb.php:3535
Method: Strips any invalid characters from the query.
Source: wp-includes/class-wpdb.php:3691
Method: Prepares arrays of value/format pairs as passed to wpdb CRUD methods.
Source: wp-includes/class-wpdb.php:2902
Method: Adds field charsets to field/value/format arrays generated by wpdb::process_field_formats().
Source: wp-includes/class-wpdb.php:2937
Method: Processes arrays of field/value pairs and field formats.
Source: wp-includes/class-wpdb.php:2843
Method: First half of escaping for `LIKE` special characters `%` and `_` before preparing for SQL.
Source: wp-includes/class-wpdb.php:1821
Method: Stops the debugging timer.
Source: wp-includes/class-wpdb.php:3915
Method: Wraps errors in a nice header and footer and dies.
Source: wp-includes/class-wpdb.php:3931
Method: Determines whether MySQL database is at least the required minimum version.
Source: wp-includes/class-wpdb.php:4002