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!