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

In this article

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

$output = apply_filters( 'mu_dropdown_languages', $output, $lang_files, $current );

Changelog

VersionDescription
MU (3.0.0)Introduced.

User Contributed Notes

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