On this page
apply_filters( 'login_language_dropdown_args', array $args )
Filters default arguments for the Languages select input on the login screen.
Description
The arguments get passed to the wp_dropdown_languages() function.
Parameters
$argsarray-
Arguments for the Languages select input on the login screen.
Source
File: wp-login.php. View all references
wp_dropdown_languages( apply_filters( 'login_language_dropdown_args', $args ) );
Related
Used By
| Used By | Description |
|---|---|
| login_footer() wp-login.php | Outputs the footer for the login page. |
Changelog
| Version | Description |
|---|---|
| 5.9.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/login_language_dropdown_args