get_blog_post
get_blog_post ( $blog_id, $post_id )
Parameters:- (int) $blog_id ID of the blog.
- (int) $post_id ID of the post you're looking for.
Returns:- (WP_Post|null) WP_Post on success or null on failure
Defined at: - Introduced in WordPress: MU 1.0
- Deprecated in WordPress: -
Description
Get a blog post from any site on the network.