wpseek.com
WordPress开发者和主题制作者的搜索引擎



mu_dropdown_languages › WordPress过滤钩子

SinceMU (3.0.0)
已弃用n/a
apply_filters( 'mu_dropdown_languages', $output, $lang_files, $current )
参数: (3)
  • (string[]) $output Array of HTML output for the dropdown.
    Required: Yes
  • (string[]) $lang_files Array of available language files.
    Required: Yes
  • (string) $current The current language code.
    Required: Yes
定义在:
文档:

Filters the languages available in the dropdown.





源码

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