WP HOOKS
filtrod 5.9.0

login_language_dropdown_args

Args 1Plik wp-login.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters default arguments for the Languages select input on the login screen.

The arguments get passed to the wp_dropdown_languages() function.

Parametry

ParametrTypOpis
$argsarrayArguments for the Languages select input on the login screen.

Wywołanie

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

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

Popularne w tej kategorii