do_action_deprecated( ‘delete_blog’, int $site_id, bool $drop )

In this article

This hook has been deprecated.

Fires before a site is deleted.

Parameters

$site_idint
The site ID.
$dropbool
True if site’s table should be dropped. Default false.

Source

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

Changelog

VersionDescription
5.1.0This hook has been deprecated.
MU (3.0.0)Introduced.

User Contributed Notes

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