WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about tables_to_repair

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/maint/repair.php apply_filters 104 /**
* Filters additional database tables to repair.
*
* @since 3.0.0
*
* @param string[] $tables Array of prefixed table names to be repaired.
*/

Hook Parameters

Parameter Type Name Description
string[] $tables Array of prefixed table names to be repaired.