WordPress.org

Codex

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

Function Reference/update blog details

Description

Update the details for a blog. Updates the blogs table for a given blog id.

Usage

<?php update_blog_details$blog_id$details ?>

Parameters

$blog_id
(integer) (required) Blog ID
Default: None
$details
(array) (optional) Array of details keyed by blogs table field names.
Default: Array()

Return Values

(boolean) 
True if update succeeds, false otherwise.

Examples


Notes

Change Log

Since: 3.0.0

Source File

update_blog_details() is located in wp-includes/ms-blogs.php

Related

 

See also index of Function Reference and index of Template Tags.