Action: wu_mt_site_isolated
Fires after a subsite has been isolated to its own sovereign database.
Payload shape matches the legacy wu_mt_site_isolated contract so downstream listeners (db-config overlay regeneration, audit log, tests) continue to work without changes.
Parameters
| Name | Type | Description |
|---|---|---|
| $blog_id | int | The isolated blog ID. |
| $new_site | \WP_Site | The new site object. |
| $db_info | array | { db_name, db_user, db_host, db_pass_ref, tenant_root, isolation_model } |
Since
- 1.2.0
Source
Defined in inc/managers/class-site-provisioner.php at line 1466