wordpress / latest / hooks / change_locale.html

do_action( 'change_locale', string $locale )

Fires when the locale is switched to or restored.

Parameters

$locale string
The new locale.

Source

File: wp-includes/class-wp-locale-switcher.php. View all references

do_action( 'change_locale', $locale );

Changelog

Version Description
4.7.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/change_locale