Fires after the site is deleted from the network.
Parameters
$site_id
int- The site ID.
$drop
bool- True if site’s tables should be dropped. Default false.
Source
do_action_deprecated( 'deleted_blog', array( $old_site->id, true ), '5.1.0' );
This hook has been deprecated.
Fires after the site is deleted from the network.
$site_id
int$drop
booldo_action_deprecated( 'deleted_blog', array( $old_site->id, true ), '5.1.0' );
User Contributed Notes
You must log in before being able to contribute a note or feedback.