Filter hook 'login_display_language_dropdown'

in WP Core File wp-login.php at line 364

Description

Filters whether to display the Language selector on the login screen.

Occurrences

Filename Line Number
wp-login.php 364

Parameters

Type Name Description
bool $display Whether to display the Language selector on the login screen.

PHP Doc

/**
		 * Filters whether to display the Language selector on the login screen.
		 *
		 * @since 5.9.0
		 *
		 * @param bool $display Whether to display the Language selector on the login screen.
		 */