wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



tables_to_repair › WordPress Filter Hooks

Da3.0.0
Deprecaton/a
apply_filters( 'tables_to_repair', array()
Parametri:
  • (string[]) $tables Array of prefixed table names to be repaired.
    Richiesto:
Definito a:
Codex:

Filters additional database tables to repair.





Sorgenti

$tables = array_merge( $tables, (array) apply_filters( 'tables_to_repair', array() ) );