WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about pre_get_col_charset

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wpdb.php apply_filters 3025 /**
* 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.
*
* @since 4.2.0
*
* @param string|null $charset The character set to use. Default null.
* @param string $table The name of the table being checked.
* @param string $column The name of the column being checked.
*/

Hook Parameters

Parameter Type Name Description
string|null $charset The character set to use. Default null.
string $table The name of the table being checked.
string $column The name of the column being checked.