mu_dropdown_languages

最后更新于:2021-11-27 08:44:02

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

Filters the languages available in the dropdown.

参数

$output

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

$lang_files

(string[])
Array of available language files.

$current

(string)
The current language code.

源文件

文件: gc-admin/includes/ms.php

View on Trac