make_delete_blog WordPress Action Hook
This hook is called whenever a blog is deleted. It gives you the opportunity to clean up any data associated with the blog.
do_action( 'make_delete_blog', int $site_id ) #
Fires when the ‘deleted’ status is added to a site.
Parameters
- $site_id
(int)Site ID.
Source
File: wp-includes/ms-site.php
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |