Used By
Used By | Description |
---|---|
wp-includes/wp-db.php: wpdb::check_safe_collation() | Checks if the query is accessing a collation considered safe on the current version of MySQL. |
wp-includes/wp-db.php: wpdb::strip_invalid_text() | Strips any invalid characters based on value/charset pairs. |
wp-includes/wp-db.php: wpdb::query() | Performs a MySQL database query, using current database connection. |