wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



pre_get_col_charset › WordPress Filter Hooks

Seit4.2.0
Veraltetn/v
apply_filters( 'pre_get_col_charset', null, $table, $column )
Parameter: (3)
  • () charset The character set to use. Default null.
    Erforderlich: Ja
  • () table The name of the table being checked.
    Erforderlich: Ja
  • () column The name of the column being checked.
    Erforderlich: Ja
Definiert in:
Codex:

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.




Quellcode

$charset = apply_filters( 'pre_get_col_charset', null, $table, $column );