Summery Summery
Determines if switch_to_blog() is in effect
Syntax Syntax
Return Return
(bool) True if switched, false otherwise.
Source Source
File: wp-includes/ms-blogs.php
if ( ! did_action( 'init' ) ) {
return;
}
Advertisement
Changelog Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |