apply_filters( 'mu_dropdown_languages', array $output , array $lang_files , string $current )
Filters the languages available in the dropdown.
Parameters
- $output
-
HTML output of the dropdown.
- $lang_files
-
Available language files.
- $current
-
The current language code.
Source
File: wp-admin/includes/ms.php
Changelog
Version | Description |
---|---|
WP-MU | Introduced. (3.0.0) |