Used By
Used By | Description |
---|---|
wp-includes/wp-db.php: wpdb::get_col_charset() | Retrieves the character set for the given column. |
Filters the column charset value before the DB is checked.
Passing a non-null value to the filter will short-circuit checking the DB for the charset, returning that value instead.
(string|null) The character set to use. Default null.
(string) The name of the table being checked.
(string) The name of the column being checked.
File: wp-includes/wp-db.php
Version | Description |
---|---|
4.2.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/pre_get_col_charset