Action: wu_domain_removed
Fires when a custom domain is removed from the network.
Use this hook to react to domain removal events, for example to clean up transactional email identities or DNS records.
Parameters
| Name | Type | Description |
|---|---|---|
| $domain_name | string | The domain name that was removed. |
| $site_id | int | The site ID the domain was removed from. |
Since
- 2.5.0
Source
Defined in inc/managers/class-domain-manager.php at line 473