apply_filters( 'lang_codes', string[] $lang_codes, string $code )

Filters the language codes.


Parameters

$lang_codes string[]
Array of key/value pairs of language codes where key is the short version.
$code string
A two-letter designation of the language.

Top ↑

Source

File: wp-admin/includes/ms.php. View all references

$lang_codes = apply_filters( 'lang_codes', $lang_codes, $code );


Top ↑

Changelog

Changelog
Version Description
MU (3.0.0) Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.