do_action( 'deleted_blog', int $blog_id, bool $drop )

Fires after the site is deleted from the network.


Parameters

$blog_id

(int) The site ID.

$drop

(bool) True if site's tables should be dropped. Default is false.


Source

File: wp-admin/includes/ms.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.8.0 Introduced.