Filters the table charset value before the DB is checked.
Description
Returning a non-null value from the filter will effectively short-circuit checking the DB for the charset, returning that value instead.
Parameters
Source
$charset = apply_filters( 'pre_get_table_charset', null, $table );
Changelog
Version | Description |
---|---|
4.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.