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



tables_to_repair › WordPress Filter Hooks

Seit3.0.0
Veraltetn/v
apply_filters( 'tables_to_repair', array()
Parameter:
  • (string[]) $tables Array of prefixed table names to be repaired.
    Erforderlich: Ja
Definiert in:
Codex:

Filters additional database tables to repair.





Quellcode

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