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
Hook Type: filter
Displaying hooks found in version: jetpack.14.1apply_filters('gp_locale_definitions_array') is found 1 times:
- /jetpack_vendor/automattic/jetpack-compat/lib/locales.php line 2836
* @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; } }