login_display_language_dropdown WordPress Filter Hook
The login_display_language_dropdown hook allows you to display a language dropdown on the WordPress login screen. This can be useful if you have a multilingual site and want to give your users the option to login in their preferred language.
apply_filters( 'login_display_language_dropdown', bool ) #
Filters the Languages select input activation on the login screen.
Parameters
(bool)Whether to display the Languages select input on the login screen.
Source
File: wp-login.php
Changelog
| Version | Description |
|---|---|
| 5.9.0 | Introduced. |