October 23, 2007, 2:42 pm
get_blog_status( $id, $pref )
Summary: Returns the value $pref of blog $id from the wp-blogs or equivalent table.
Detail: This function returns a value from one of the fields of the wp-blogs or equivalent table. It first checks the get_blog_details() function to see if the blog even exists, and if so, queries the dB for the value.
Tags: Functions, get_blog_status, id, pref, WordPress