login_language_dropdown_args WordPress Filter Hook

The login_language_dropdown_args hook is used to modify the arguments passed to the wp_login_language_dropdown function. This hook is useful for adding custom login language dropdown options to the WordPress login form.

apply_filters( 'login_language_dropdown_args', array $args ) #

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


Parameters

$args

(array)Arguments for the Languages select input on the login screen.


Top ↑

Source

File: wp-login.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
5.9.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.