get_dashboard_blog

Definition:
function get_dashboard_blog() {}

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

Source code

function get_dashboard_blog() {

	if ( $blog = get_site_option( 'dashboard_blog' ) )

		return get_blog_details( $blog );



	return get_blog_details( $GLOBALS['current_site']->blog_id );

}

1348

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: