WP_Locale_Switcher::is_switched()
Whether switch_to_locale() is in effect.
Return
(bool) True if the locale has been switched, false otherwise.
Source
File: wp-includes/class-wp-locale-switcher.php
public function is_switched() {
return ! empty( $this->locales );
} Changelog
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_locale_switcher/is_switched