Description
Fires when the locale is restored to the previous one.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-locale-switcher.php | 149 |
Parameters
Type | Name | Description |
---|---|---|
string | $locale | The new locale. |
string | $previous_locale | The previous locale. |
PHP Doc
/**
* Fires when the locale is restored to the previous one.
*
* @since 4.7.0
*
* @param string $locale The new locale.
* @param string $previous_locale The previous locale.
*/