1,025 results found for “posts”. Showing results 876 to 900.
-
functionwp_count_comments()
Retrieves the total comment counts for the whole site or a single post.
-
Filters the comments count for a given post or the whole site.
-
functionwp_delete_comment()
Trashes or deletes a comment.
-
functionwp_defer_comment_counting()
Determines whether to defer comment counting.
-
functionwp_update_comment_count()
Updates the comment count for post(s).
-
functionwp_update_comment_count_now()
Updates the comment count for the post.
-
Fires immediately after a post’s comment count is updated in the database.
-
functionpingback()
Pings back the links found in a post.
-
hookpre_ping
Fires just before pinging back links found in a post.
-
function_close_comments_for_old_posts()
Closes comments on old posts on the fly, without any extra DB queries. Hooked to the_posts.
-
Filters the list of post types to automatically close comments for.
-
function_close_comments_for_old_post()
Closes comments on an old post. Hooked to comments_open and pings_open.
-
Retrieves an empty array because we don’t support per-post text filters.
-
Retrieves trackbacks sent to a given post.
-
Sets a post’s publish status to ‘publish’.
-
hookpingback_post
Fires after a post pingback has been sent.
-
functionswitch_to_blog()
Switches the current blog.
-
Handler for updating the site’s last updated date when a post is published or an already published post is changed.
-
Handler for updating the current site’s last updated date when a published post is deleted.