Whether switch_to_locale() is in effect.
Source
public function is_switched() {
return ! empty( $this->stack );
}
Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |
Whether switch_to_locale() is in effect.
public function is_switched() {
return ! empty( $this->stack );
}
Version | Description |
---|---|
4.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.