Action: wu_customer_network_ready
Fires when a customer network has been fully provisioned and is ready for the customer to use. Email modules, slack notifiers, etc. should listen on this hook.
Distinct from wu_network_provisioned (fired by Network_Manager synchronously when the admin clicks "create" — that hook means "WP network row exists", not "DB + tenant + multisite-install are done"). This hook fires only after step 7 of the Network_Provisioner has completed.
Parameters
| Name | Type | Description |
|---|---|---|
| $network_id | int | The WP network ID. |
| $network | \Network | The network model. |
Since
- 1.0.10