Warning: This hook has been deprecated.

do_action_deprecated( 'delete_blog', int $site_id, bool $drop )

Fires before a site is deleted.


Parameters

$site_id int
The site ID.
$drop bool
True if site's table should be dropped. Default false.

Top ↑

Source

File: wp-includes/ms-site.php. View all references

do_action_deprecated( 'delete_blog', array( $old_site->id, true ), '5.1.0' );


Top ↑

Changelog

Changelog
Version Description
5.1.0 This hook has been deprecated.
MU (3.0.0) Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.