gp_locale_definitions_array
gp_locale_definitions_array
Appears in: jetpack.13.6, jetpack.13.7, jetpack.13.8, jetpack.13.8.1, jetpack.13.9.1, jetpack.14.0, jetpack.14.1, jetpack.14.2.1, jetpack.14.3, jetpack.14.4.1, jetpack.14.5
Hook Type: filter
Displaying hooks found in version: jetpack.14.5apply_filters('gp_locale_definitions_array') is found 1 times:
- /jetpack_vendor/automattic/jetpack-compat/lib/locales.php line 283628322833283428352836283728382839284028412842
* @param
array
$def_vars
The
array
of locale objects.
*
* @
return
array
The updated
array
of locale objects.
*/
$def_vars
= apply_filters(
'gp_locale_definitions_array'
,
$def_vars
);
}
foreach
(
$def_vars
as
$locale
) {
$this
->locales[
$locale
->slug ] =
$locale
;
}
}