_prime_comment_caches()
Function: Adds any comments from the given IDs to the cache that do not already exist in cache.
Source: wp-includes/comment.php:3341
Function: Adds any comments from the given IDs to the cache that do not already exist in cache.
Source: wp-includes/comment.php:3341
Function: Handles the submission of a comment, usually posted to wp-comments-post.php via a comment form.
Source: wp-includes/comment.php:3461
Function: Sends a comment moderation notification to the comment moderator.
Source: wp-includes/comment.php:2339
Function: Sends a notification of a new comment to the post author.
Source: wp-includes/comment.php:2366
Filter Hook: Filters whether to send the post author new comment notification emails, overriding the site setting.
Source: wp-includes/comment.php:2380
Filter Hook: Filters the calculated page on which a comment appears.
Source: wp-includes/comment.php:1209
Filter Hook: Filters the ID, if any, of the duplicate comment found when creating a new comment.
Source: wp-includes/comment.php:694
Function: Gets the default comment status for a post type.
Source: wp-includes/comment.php:283
Filter Hook: Filters the default comment status for the given post type.
Source: wp-includes/comment.php:315
Action Hook: Fires immediately after transitioning a comment’s status from one to another in the database and removing the comment from the object cache, but prior to all status transition hooks.
Source: wp-includes/comment.php:2460
Action Hook: Fires when a comment is attempted on a post that does not exist.
Source: wp-includes/comment.php:3521
Action Hook: Fires when a comment is attempted on a post that has comments closed.
Source: wp-includes/comment.php:3545
Action Hook: Fires when a comment is attempted on a trashed post.
Source: wp-includes/comment.php:3558
Action Hook: Fires when a comment is attempted on a post in draft mode.
Source: wp-includes/comment.php:3571
Action Hook: Fires when a comment is attempted on a password-protected post.
Source: wp-includes/comment.php:3587
Action Hook: Fires before a comment is posted.
Source: wp-includes/comment.php:3599
Function: Removes a comment from the object cache.
Source: wp-includes/comment.php:3282
Function: Updates the comment cache of given comments.
Source: wp-includes/comment.php:3312
Function: Closes comments on old posts on the fly, without any extra DB queries. Hooked to the_posts.
Source: wp-includes/comment.php:3366
Filter Hook: Filters the list of post types to automatically close comments for.
Source: wp-includes/comment.php:3378
Function: Closes comments on an old post. Hooked to comments_open and pings_open.
Source: wp-includes/comment.php:3406
Filter Hook: Filters the user agent sent when pinging-back a URL.
Source: wp-includes/comment.php:3144
Function: Checks whether blog is public before returning sites.
Source: wp-includes/comment.php:3163
Function: Sends a Trackback.
Source: wp-includes/comment.php:3186
Function: Sends a pingback.
Source: wp-includes/comment.php:3220
Function: Default filter attached to pingback_ping_source_uri to validate the pingback’s Source URI.
Source: wp-includes/comment.php:3247
Function: Default filter attached to xmlrpc_pingback_error.
Source: wp-includes/comment.php:3264
Action Hook: Fires immediately after a comment is inserted into the database.
Source: wp-includes/comment.php:2326
Function: Performs trackbacks.
Source: wp-includes/comment.php:2970
Function: Sets the status of a comment.
Source: wp-includes/comment.php:2413