WP HOOKS
filtrod 4.0.0

async_update_translation

Args 2Plik wp-admin/includes/class-language-pack-upgrader.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters whether to asynchronously update translation for core, a plugin, or a theme.

Parametry

ParametrTypOpis
$updateboolWhether to update.
$language_updateobjectThe update offer.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'async_update_translation', 'twoja_funkcja', 10, 2 );

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

Popularne w tej kategorii