Action hook 'make_undelete_blog'

in WP Core File wp-includes/ms-site.php at line 1244

Description

Fires when the 'deleted' status is removed from a site.

Occurrences

Filename Line Number
wp-includes/ms-site.php 1244

Parameters

Type Name Description
int $site_id Site ID.

PHP Doc

/**
			 * Fires when the 'deleted' status is removed from a site.
			 *
			 * @since 3.5.0
			 *
			 * @param int $site_id Site ID.
			 */