Codex

Function Reference/get blog details

Contents

Description

Gets the details of the blog.

Usage

get_blog_details( $fields, $get_all );

Parameters

$fields - required - takes an ID, blogname, or array of fields to query against

$get_all - get all blog details or just those in the blogs table. Defaults to true which gets all blog details.

Examples

Notes

Changelog

Source File

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

Related

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