wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



mu_dropdown_languages › WordPress Filter Hooks

SeitMU (3.0.0)
Veraltetn/v
apply_filters( 'mu_dropdown_languages', $output, $lang_files, $current )
Parameter: (3)
  • (string[]) $output Array of HTML output for the dropdown.
    Erforderlich: Ja
  • (string[]) $lang_files Array of available language files.
    Erforderlich: Ja
  • (string) $current The current language code.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the languages available in the dropdown.





Quellcode

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