WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about mu_dropdown_languages

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/ms.php apply_filters 662 /**
* 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.
*/

Hook Parameters

Parameter 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.