login_language_dropdown_args WordPress Filter Hook
The login_language_dropdown_args hook is used to modify the arguments passed to the wp_login_language_dropdown function. This hook is useful for adding custom login language dropdown options to the WordPress login form.
apply_filters( 'login_language_dropdown_args', array $args ) #
Filters default arguments for the Languages select input on the login screen.
Parameters
- $args
(array)Arguments for the Languages select input on the login screen.
Source
File: wp-login.php
Changelog
| Version | Description |
|---|---|
| 5.9.0 | Introduced. |