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

In this article

This hook has been deprecated.

Fires after the site is deleted from the network.

Parameters

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

Source

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

Changelog

VersionDescription
5.1.0This hook has been deprecated.
4.8.0Introduced.

User Contributed Notes

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