Archive | /wp-includes/ms-functions.php RSS feed for this section

update_posts_count

Update a blog’s post count.WordPress MS stores a blog’s post count as an option so as to avoid extraneous COUNTs when a blog’s details are fetched with get_blog_details(). This function is called when posts are published to make sure the count stays current.

3193

Continue reading

update_blog_public

Update this blog’s ‘public’ setting in the global blogs table.Public blogs have a setting of 1, private blogs are 0.

3159

Continue reading