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.
$charsetstring|null|false|WP_Error
$tablestring
$columnstring
$charset = apply_filters( 'pre_get_col_charset', null, $table, $column );
| Version | Description |
|---|---|
| 4.2.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/pre_get_col_charset