WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about login_language_dropdown_args

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-login.php apply_filters 357 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
array $args Arguments for the Languages select input on the login screen.