wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



tables_to_repair › Filtr WordPress Hooks

Od3.0.0
Przestarzałyn/a
apply_filters( 'tables_to_repair', array()
Parametry:
  • (string[]) $tables Array of prefixed table names to be repaired.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters additional database tables to repair.





Źródło

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