Filters additional database tables to repair.
Parameters
$tablesstring[]- Array of prefixed table names to be repaired.
Source
$tables = array_merge( $tables, (array) apply_filters( 'tables_to_repair', array() ) );
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.