get_blog_post( $blog_id, $post_id )

Summary:  Retrieves the post $post_id from the blog $blog_id

Detail:  This simple function checks the wp_cache for the blog post in question, and in its absence, queries the database directly for the whole thing.  Returns an object with all the values contained in the database.

Tags: , , , ,

No comments yet