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

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_deletewu_get_network($network_id) will return null here.

Parameters

NameTypeDescription
$network_idintThe network ID that was deleted.
$delete_blogsboolWhether all sites in the network were also deleted.

Since

  • 1.0.9

Source

Defined in inc/functions/network.php at line 167