do_action( 'deleted_blog', int $blog_id , bool $drop )
Fires after the site is deleted from the network.
Parameters
- $blog_id
-
The site ID.
- $drop
-
True if site's tables should be dropped. Default is false.
Source
File: wp-admin/includes/ms.php
Changelog
Version | Description |
---|---|
WP-4.8.0 | Introduced. |