WordPress.org

Codex

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

WPMU Functions/delete blog option

Description

Deletes the specified blog option from the database.

Parameters

$id
(integer) (required) The id of the blog to delete from.
Default: None
$key
(string) (required) The key of the blog option to be deleted.
Default: None

Return Values

(null)

Usage

<?php delete_blog_option($id$key); ?>