Action hook 'change_locale'

in WP Core File wp-includes/class-wp-locale-switcher.php at line 295

Description

Fires when the locale is switched to or restored.

Occurrences

Filename Line Number
wp-includes/class-wp-locale-switcher.php 295

Parameters

Type Name Description
string $locale The new locale.

PHP Doc

/**
		 * Fires when the locale is switched to or restored.
		 *
		 * @since 4.7.0
		 *
		 * @param string $locale The new locale.
		 */