Filter hook 'mu_dropdown_languages'

in WP Core File wp-admin/includes/ms.php at line 670

Description

Filters the languages available in the dropdown.

Occurrences

Filename Line Number
wp-admin/includes/ms.php 670

Parameters

Type Name Description
string[] $output Array of HTML output for the dropdown.
string[] $lang_files Array of available language files.
string $current The current language code.

PHP Doc

/**
	 * Filters the languages available in the dropdown.
	 *
	 * @since MU (3.0.0)
	 *
	 * @param string[] $output     Array of HTML output for the dropdown.
	 * @param string[] $lang_files Array of available language files.
	 * @param string   $current    The current language code.
	 */