wp_handle_comment_submission()
Function: Handles the submission of a comment, usually posted to wp-comments-post.php via a comment form.
Source: wp-includes/comment.php:3372
Function: Handles the submission of a comment, usually posted to wp-comments-post.php via a comment form.
Source: wp-includes/comment.php:3372
Function: Send a comment moderation notification to the comment moderator.
Source: wp-includes/comment.php:2292
Function: Send a notification of a new comment to the post author.
Source: wp-includes/comment.php:2319
Filter Hook: Filters whether to send the post author new comment notification emails, overriding the site setting.
Source: wp-includes/comment.php:2333
Filter Hook: Filters the calculated page on which a comment appears.
Source: wp-includes/comment.php:1223
Filter Hook: Filters the ID, if any, of the duplicate comment found when creating a new comment.
Source: wp-includes/comment.php:709
Function: Gets the default comment status for a post type.
Source: wp-includes/comment.php:277
Filter Hook: Filters the default comment status for the given post type.
Source: wp-includes/comment.php:309
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:2413
Action Hook: Fires before a comment is posted.
Source: wp-includes/comment.php:3491
Action Hook: Fires when a comment is attempted on a post that does not exist.
Source: wp-includes/comment.php:3412
Action Hook: Fires when a comment is attempted on a post that has comments closed.
Source: wp-includes/comment.php:3436
Action Hook: Fires when a comment is attempted on a trashed post.
Source: wp-includes/comment.php:3449
Action Hook: Fires when a comment is attempted on a post in draft mode.
Source: wp-includes/comment.php:3462
Action Hook: Fires when a comment is attempted on a password-protected post.
Source: wp-includes/comment.php:3478
Function: Removes a comment from the object cache.
Source: wp-includes/comment.php:3195
Function: Updates the comment cache of given comments.
Source: wp-includes/comment.php:3225
Function: Close comments on old posts on the fly, without any extra DB queries. Hooked to the_posts.
Source: wp-includes/comment.php:3277
Filter Hook: Filters the list of post types to automatically close comments for.
Source: wp-includes/comment.php:3289
Function: Close comments on an old post. Hooked to comments_open and pings_open.
Source: wp-includes/comment.php:3317
Filter Hook: Filters the user agent sent when pinging-back a URL.
Source: wp-includes/comment.php:3057
Function: Check whether blog is public before returning sites.
Source: wp-includes/comment.php:3076
Function: Send a Trackback.
Source: wp-includes/comment.php:3099
Function: Send a pingback.
Source: wp-includes/comment.php:3133
Function: Default filter attached to pingback_ping_source_uri to validate the pingback’s Source URI
Source: wp-includes/comment.php:3160
Function: Default filter attached to xmlrpc_pingback_error.
Source: wp-includes/comment.php:3177
Filter Hook: Filters a comment’s data before it is sanitized and inserted into the database.
Source: wp-includes/comment.php:2207
Function: Perform all pingbacks, enclosures, trackbacks, and send to pingback services.
Source: wp-includes/comment.php:2805
Action Hook: Fires immediately after a comment is inserted into the database.
Source: wp-includes/comment.php:2279
Function: Perform trackbacks.
Source: wp-includes/comment.php:2890