Action: wu_network_deleted
Fires after a network has been successfully deleted.
At this point the WordPress network and its meta have been removed. Consumers that need the network model should work from the ID snapshot they captured via wu_network_pre_delete — wu_get_network($network_id) will return null here.
Parameters
| Name | Type | Description |
|---|---|---|
| $network_id | int | The network ID that was deleted. |
| $delete_blogs | bool | Whether all sites in the network were also deleted. |
Since
- 1.0.9
Source
Defined in inc/functions/network.php at line 167