Filters the locales requested for theme translations.
Parameters
$locales
string[]- Theme locales. Default is all available locales of the site.
Source
$locales = array_values( get_available_languages() );
Filters the locales requested for theme translations.
$locales
string[]$locales = array_values( get_available_languages() );
User Contributed Notes
You must log in before being able to contribute a note or feedback.