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
- $args
-
Arguments for the Languages select input on the login screen.
Source
File: wp-login.php
Changelog
Version | Description |
---|---|
5.9.0 | Introduced. |