On this page
WP_Locale_Switcher::is_switched(): bool
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. View all references
public function is_switched() {
return ! empty( $this->locales );
}
Related
Used By
| Used By | Description |
|---|---|
| is_locale_switched() wp-includes/l10n.php | Determines whether switch_to_locale() is in effect. |
Changelog
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_locale_switcher/is_switched