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.
*/