gp_locale_definitions_array

gp_locale_definitions_array

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.0

apply_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;
    			}
    		}