Archive | Functions by letter w RSS feed for this section

wp_update_comment_count

Updates the comment count for post(s).When $do_deferred is false (is by default) and the comments have been set to be deferred, the post_id will be added to a queue, which will be updated at a later date and only updated once per post ID.

4217

Continue reading

wp_update_category

Aliases wp_insert_category() with minimal args.If you want to update only some fields of an existing category, call this function with only the new values set inside $catarr.

4213

Continue reading