do_action( 'restore_previous_locale', string $locale, string $previous_locale )

Fires when the locale is restored to the previous one.


Parameters

$locale string
The new locale.
$previous_locale string
The previous locale.

Top ↑

Source

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

do_action( 'restore_previous_locale', $locale, $previous_locale[0] );


Top ↑

Changelog

Changelog
Version Description
4.7.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.