apply_filters( 'mu_dropdown_languages', array $output, array $lang_files, string $current )

Filters the languages available in the dropdown.


Parameters

$output

(array) HTML output of the dropdown.

$lang_files

(array) Available language files.

$current

(string) The current language code.


Source

File: wp-admin/includes/ms.php

View on GitHub



Changelog

Changelog
Version Description
WP-MU Introduced. (3.0.0)