WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/wpmu delete blog

Description

Delete a blog on a multi-site setup.

Usage

 <?php wpmu_delete_blog$blog_id$drop ); ?> 

Parameters

$blog_id
(int) (Required) The blog id.
Default: None
$drop
(bool) (Required) True if blog's table should be dropped; If not set, then the blog is marked as to be deleted by the Super admin.
Default: false

Return Values

This function does not return a value.

Source File

wpmu_delete_blog() is located in wp-admin/includes/ms.php.

See also index of Function Reference and index of Template Tags.
This page is marked as incomplete. You can help Codex by expanding it.