October 27, 2007, 10:02 am
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: Functions, WordPress
Tags: Functions, WordPress
Related posts
- wpmu_validate_blog_signup($blog_id, $blog_title, $user = ”) (0)
- wpmu_signup_blog_notification($domain, $path, $title, $user, $user_email, $key, $meta = ”) (0)
- wpmu_create_blog($domain, $path, $title, $user_id, $meta = ”, $site_id = 1) (0)
- wpmu_checkAvailableSpace($action) (0)
- Using get_option() to Determine the Current Theme (0)
This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.