wpseek.com
A WordPress-centric search engine for devs and theme authors



tables_to_repair › WordPress Filter Hooks

Since3.0.0
Deprecatedn/a
apply_filters( 'tables_to_repair', array()
Parameters:
  • (string[]) $tables Array of prefixed table names to be repaired.
    Required: Yes
Defined at:
Codex:

Filters additional database tables to repair.





Source

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