Action hook 'deactivate_blog'

in WP Core File wp-admin/network/sites.php at line 291

Description

Fires before a network site is deactivated.

Occurrences

Filename Line Number
wp-admin/network/sites.php 291

Parameters

Type Name Description
int $id The ID of the site being deactivated.

PHP Doc

/**
			 * Fires before a network site is deactivated.
			 *
			 * @since MU (3.0.0)
			 *
			 * @param int $id The ID of the site being deactivated.
			 */