wpdb::add_placeholder_escape()
Method: Adds a placeholder escape string, to escape anything that resembles a printf() placeholder.
Source: wp-includes/wp-db.php:2061
Method: Adds a placeholder escape string, to escape anything that resembles a printf() placeholder.
Source: wp-includes/wp-db.php:2061
Method: Removes the placeholder escape strings from a query.
Source: wp-includes/wp-db.php:2077
Method: Parse the DB_HOST setting to interpret it for mysqli_real_connect.
Source: wp-includes/wp-db.php:1715
Method: Generates and returns a placeholder escape string for use in queries returned by ::prepare().
Source: wp-includes/wp-db.php:2030
Method: Determines the best charset and collation to use given a charset and collation.
Source: wp-includes/wp-db.php:754
Method: Closes the current database connection.
Source: wp-includes/wp-db.php:3399
Method: Retrieve the maximum string length allowed in a given column.
Source: wp-includes/wp-db.php:2797
Method: For string fields, record the maximum string length that field can safely save.
Source: wp-includes/wp-db.php:2425
Method: Strips any invalid characters from the string for a given table and column.
Source: wp-includes/wp-db.php:3169
Method: Find the first table name referenced in a query.
Source: wp-includes/wp-db.php:3207
Method: Retrieves the character set for the given column.
Source: wp-includes/wp-db.php:2732
Filter Hook: Filters the column charset value before the DB is checked.
Source: wp-includes/wp-db.php:2748
Method: Check if a string is ASCII.
Source: wp-includes/wp-db.php:2886
Method: Check if the query is accessing a collation considered safe on the current version of MySQL.
Source: wp-includes/wp-db.php:2906
Method: Strips any invalid characters based on value/charset pairs.
Source: wp-includes/wp-db.php:2968
Method: Strips any invalid characters from the query.
Source: wp-includes/wp-db.php:3122
Method: Retrieves the character set for the given table.
Source: wp-includes/wp-db.php:2630
Filter Hook: Filters the table charset value before the DB is checked.
Source: wp-includes/wp-db.php:2644
Method: Processes arrays of field/value pairs and field formats.
Source: wp-includes/wp-db.php:2325
Method: Prepares arrays of value/format pairs as passed to wpdb CRUD methods.
Source: wp-includes/wp-db.php:2360
Method: Adds field charsets to field/value/format arrays generated by the wpdb::process_field_formats() method.
Source: wp-includes/wp-db.php:2394
Method: First half of escaping for LIKE special characters % and _ before preparing for MySQL.
Source: wp-includes/wp-db.php:1407
Method: Whether the database supports collation.
Source: wp-includes/wp-db.php:3450
Method: The database character collate.
Source: wp-includes/wp-db.php:3462
Method: Determine if a database supports a particular feature.
Source: wp-includes/wp-db.php:3489
Method: Retrieve the name of the function that called wpdb.
Source: wp-includes/wp-db.php:3536
Method: Retrieves the MySQL server version.
Source: wp-includes/wp-db.php:3547
Method: Retrieve column metadata from the last query.
Source: wp-includes/wp-db.php:3304
Method: Starts the timer, for debugging purposes.
Source: wp-includes/wp-db.php:3329
Method: Stops the debugging timer.
Source: wp-includes/wp-db.php:3341