wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



login_language_dropdown_args › WordPress Filter Hooks

Seit5.9.0
Veraltetn/v
apply_filters( 'login_language_dropdown_args', $args )
Parameter:
  • (array) $args Arguments for the Languages select input on the login screen.
    Erforderlich: Ja
Definiert in:
Codex:

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

The arguments get passed to the wp_dropdown_languages() function.





Quellcode

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