Filter hook 'tables_to_repair'

in WP Core File wp-admin/maint/repair.php at line 107

Description

Filters additional database tables to repair.

Occurrences

Filename Line Number
wp-admin/maint/repair.php 107

Parameters

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

PHP Doc

/**
	 * Filters additional database tables to repair.
	 *
	 * @since 3.0.0
	 *
	 * @param string[] $tables Array of prefixed table names to be repaired.
	 */