update_blog_details
update_blog_details ( $blog_id, $details = array() )
Parameters:- (int) blog_id Blog ID.
- (array) details Array of details keyed by blogs table field names.
Returns:- (bool) True if update succeeds, false otherwise.
Defined at:Change Log: - Introduced in WordPress: —
- Deprecated in WordPress: —
Description
Updates the details for a blog and the blogs table for a given blog ID.