Core Function
View Source on Trac ↗ update_blog_details()
update_blog_details( mixed $blog_id, mixed $details = array() ) Updates the details for a blog and the blogs table for a given blog ID.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $blog_id int | Blog ID. Required |
| $details array | Array of details keyed by blogs table field names. |
Return Value
(bool)
True if update succeeds, false otherwise.
Function Information
Since Version
MU (3.0.0)
Source File
wp-includes/ms-blogs.php
Advertisement