mu_dropdown_languages

Advertisement

Summery Summery

Filters the languages available in the dropdown.

Syntax Syntax

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

Parameters Parameters

$output

Array of HTML output for the dropdown.

$lang_files

Array of available language files.

$current

The current language code.

Source Source

File: wp-admin/includes/ms.php

Advertisement

Changelog Changelog

Changelog
Version Description
MU (3.0.0) Introduced.

Advertisement

Leave a Reply