wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



mu_dropdown_languages › WordPress Filter Hooks

DaMU (3.0.0)
Deprecaton/a
apply_filters( 'mu_dropdown_languages', $output, $lang_files, $current )
Parametri: (3)
  • (string[]) $output Array of HTML output for the dropdown.
    Richiesto:
  • (string[]) $lang_files Array of available language files.
    Richiesto:
  • (string) $current The current language code.
    Richiesto:
Definito a:
Codex:

Filters the languages available in the dropdown.





Sorgenti

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