WP HOOKS
filtrod 3.7.0

themes_update_check_locales

Args 1Plik wp-includes/update.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the locales requested for theme translations.

Parametry

ParametrTypOpis
$localesstring[]Theme locales. Default is all available locales of the site.

Wywołanie

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

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

Popularne w tej kategorii