WP HOOKS
filtrod 3.0.0

tables_to_repair

Args 1Plik wp-admin/maint/repair.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters additional database tables to repair.

Parametry

ParametrTypOpis
$tablesstring[]Array of prefixed table names to be repaired.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'tables_to_repair', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}

Popularne w tej kategorii