跳到主要内容

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

NameTypeDescription
$network_idintThe WP network ID.
$network\NetworkThe network model.

Since

  • 1.0.10

Source

Defined in inc/class-network-provisioner.php at line 401