Перейти к основному содержимому

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

NameTypeDescription
$domain_namestringThe domain name that was removed.
$site_idintThe site ID the domain was removed from.

Since

  • 2.5.0

Source

Defined in inc/managers/class-domain-manager.php at line 473