Description
Filters the list of available language codes.
Occurrences
Filename | Line Number |
---|---|
wp-includes/l10n.php | 1499 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $languages | An array of available language codes. |
string | $dir | The directory where the language files were found. |
PHP Doc
/**
* Filters the list of available language codes.
*
* @since 4.7.0
*
* @param string[] $languages An array of available language codes.
* @param string $dir The directory where the language files were found.
*/