apply_filters( ‘tables_to_repair’, string[] $tables )

In this article

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

VersionDescription
3.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.