WP HOOKS
filtrod 4.0.0

translations_api

Args 3Plik wp-admin/includes/translation-install.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Allows a plugin to override the WordPress.org Translation Installation API entirely.

Parametry

ParametrTypOpis
$resultfalse | arrayThe result array. Default false.
$typestringThe type of translations being requested.
$argsobjectTranslation API arguments.

Wywołanie

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

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

Popularne w tej kategorii