make_delete_blog

make_delete_blog

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('make_delete_blog') is found 1 times:

  • /wp-includes/ms-site.php line 1238
    			 * @since 3.5.0
    			 *
    			 * @param int $site_id Site ID.
    			 */
    			do_action( 'make_delete_blog', $site_id );
    		} else {
    
    			/**
    			 * Fires when the 'deleted' status is removed from a site.
    			 *
    			 * @since 3.5.0