wpseek.com
A WordPress-centric search engine for devs and theme authors



login_language_dropdown_args › WordPress Filter Hooks

Since5.9.0
Deprecatedn/a
apply_filters( 'login_language_dropdown_args', $args )
Parameters:
  • () args Arguments for the Language select input on the login screen.
    Required: Yes
Defined at:
Codex:

Filters default arguments for the Language select input on the login screen.

The arguments get passed to the wp_dropdown_languages() function.




Source

wp_dropdown_languages( apply_filters( 'login_language_dropdown_args', $args ) );