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