Determines if switch_to_blog() is in effect.
Source
function ms_is_switched() {
return ! empty( $GLOBALS['_wp_switched_stack'] );
}
Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |
| CARVIEW |
Determines if switch_to_blog() is in effect.
function ms_is_switched() {
return ! empty( $GLOBALS['_wp_switched_stack'] );
}
| Used by | Description |
|---|---|
_wp_upload_dir()wp-includes/functions.php | A non-filtered, non-cached version of wp_upload_dir() that doesn’t check the path. |
update_home_siteurl()wp-admin/includes/misc.php | Flushes rewrite rules if |
switch_theme()wp-includes/theme.php | Switches the theme. |
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.