apply_filters( 'mu_dropdown_languages', string[] $output, string[] $lang_files, string $current )

Filters the languages available in the dropdown.


Description Description


Parameters Parameters

$output

(string[]) Array of HTML output for the dropdown.

$lang_files

(string[]) Array of available language files.

$current

(string) The current language code.


Top ↑

Source Source

File: wp-admin/includes/ms.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
MU (3.0.0) Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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