wpdb::prepare()
Method: Prepares a SQL query for safe execution.
Source: wp-includes/class-wpdb.php:1473
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
Method: Replaces a row in the table.
Source: wp-includes/class-wpdb.php:2505
Method: Retrieves the maximum string length allowed in a given column.
Source: wp-includes/class-wpdb.php:3229
Method: Determines whether the database or WPDB supports a particular feature.
Source: wp-includes/class-wpdb.php:3920
Method: Determines the best charset and collation to use given a charset and collation.
Source: wp-includes/class-wpdb.php:892