On this page
apply_filters( 'mu_dropdown_languages', string[] $output, string[] $lang_files, string $current )
Filters the languages available in the dropdown.
Parameters
$outputstring[]-
Array of HTML output for the dropdown.
$lang_filesstring[]-
Array of available language files.
$currentstring-
The current language code.
Source
File: wp-admin/includes/ms.php. View all references
$output = apply_filters( 'mu_dropdown_languages', $output, $lang_files, $current );
Related
Used By
| Used By | Description |
|---|---|
| mu_dropdown_languages() wp-admin/includes/ms.php | Generates and displays a drop-down of available languages. |
Changelog
| Version | Description |
|---|---|
| MU (3.0.0) | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/mu_dropdown_languages