update_post_cache

Definition:
function update_post_cache(&$posts) {}

Updates posts in cache.

Parameters

  • array $posts: Array of post objects
  • &$posts

Source code

function update_post_cache(&$posts) {

	if ( !$posts )

		return;



	foreach ( $posts as $post )

		wp_cache_add($post->ID, $post, 'posts');

}

3195

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: