WordPress.org

Codex

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

Function Reference/get dashboard blog

Description

Get the "dashboard blog", the blog where users without a blog edit their profile data.

Appears to be included only for backwards compatibility as of WordPress 3.0.

See: http://core.trac.wordpress.org/ticket/14696

Usage

<?php get_dashboard_blog(); ?>

Parameters

None

Return Values

(array) 
Returns array of info regarding the dashboard blog via get_blog_details if the option 'dashboard_blog' is set.

Source File

get_dashboard_blog() is located in wp-includes/ms-functions.php.

See also

See also index of Function Reference and index of Template Tags.
This page is marked as incomplete. You can help Codex by expanding it.