apply_filters( ‘login_language_dropdown_args’, array $args )

In this article

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

Description

The arguments get passed to the wp_dropdown_languages() function.

Parameters

$argsarray
Arguments for the Languages select input on the login screen.

Source

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

Changelog

VersionDescription
5.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.