pre_get_table_charset

最后更新于:2021-11-27 19:01:11

apply_filters( ‘pre_get_table_charset’, string|null $charset, string $table )

Filters the table charset value before the DB is checked.

参数

$charset

(string|null)
The character set to use. Default null.

$table

(string)
The name of the table being checked.

源文件

文件: gc-includes/gc-db.php

View on Trac