Filter hook 'login_language_dropdown_args'

in WP Core File wp-login.php at line 402

Description

Filters default arguments for the Languages select input on the login screen. The arguments get passed to the wp_dropdown_languages() function.

Occurrences

Filename Line Number
wp-login.php 402

Parameters

Type Name Description
array $args Arguments for the Languages select input on the login screen.

PHP Doc

/**
					 * Filters default arguments for the Languages select input on the login screen.
					 *
					 * The arguments get passed to the wp_dropdown_languages() function.
					 *
					 * @since 5.9.0
					 *
					 * @param array $args Arguments for the Languages select input on the login screen.
					 */