wpseek.com
A WordPress-centric search engine for devs and theme authors



mu_dropdown_languages › WordPress Filter Hooks

SinceMU (3.0.0)
Deprecatedn/a
apply_filters( 'mu_dropdown_languages', $output, $lang_files, $current )
Parameters: (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
Defined at:
Codex:

Filters the languages available in the dropdown.





Source

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