gp_locale_definitions_array

gp_locale_definitions_array

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('gp_locale_definitions_array') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-compat/lib/locales.php line 2836
    2832
    2833
    2834
    2835
    2836
    2837
    2838
    2839
    2840
    2841
    2842
             * @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;
        }
    }