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

Fires before a site is deleted.


Parameters

$blog_id

(int) The site ID.

$drop

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


Source

File: wp-admin/includes/ms.php

View on GitHub



Changelog

Changelog
Version Description
WP-MU Introduced. (3.0.0)