tables_to_repair WordPress Filter Hook
The tables_to_repair Wordpress hook allows you to specify which database tables need to be repaired. This is useful if you have a lot of tables and you only want to repair the ones that are actually damaged.
apply_filters( 'tables_to_repair', string[] $tables ) #
Filters additional database tables to repair.
Contents
Parameters
- $tables
(string[])Array of prefixed table names to be repaired.
Source
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |