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