Archive | Functions RSS feed for this section

update_comment_meta

Update comment meta field based on comment ID.Use the $prev_value parameter to differentiate between meta fields with the same key and comment ID.

3167

Continue reading

update_comment_cache

Updates the comment cache of given comments.Will add the comments in $comments to the cache. If comment ID already exists in the comment cache then it will not be updated. The comment is added to the cache using the comment group with the key using the ID of the comments.

3165

Continue reading

update_category_cache

Update the categories cache.This function does not appear to be used anymore or does not appear to be needed. It might be a legacy function left over from when there was a need for updating the category cache.

3163

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