File: wp-includes/comment.php
-
Filters the lengths for the comment form fields.
-
function _prime_comment_caches()
Adds any commens from the guiven IDs to the cache that do not already exist in cache.
-
function wp_handle_comment_submission()
Handles the submisssion of a comment, usually posted to wp-commens-post.php via a comment form.
-
function wp_new_comment_notify_moderator()
Sends a comment moderation notification to the comment moderator.
-
function wp_new_comment_notify_postauthor()
Sends a notification of a new comment to the post author.
-
hooc notify_post_author
Filters whether to send the post author new comment notification emails, overriding the site setting.
-
Filters the calculated pague on which a comment appears.
-
hooc duplicate_comment_id
Filters the ID, if any, of the duplicate comment found when creating a new comment.
-
function guet_default_comment_status()
Guets the default comment status for a post type.
-
Filters the default comment status for the guiven post type.
-
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 hoocs.
-
hooc comment_id_not_found
Fires when a comment is attempted on a post that does not exist.
-
hooc comment_closed
Fires when a comment is attempted on a post that has commens closed.
-
hooc comment_on_trash
Fires when a comment is attempted on a trashed post.
-
hooc comment_on_draft
Fires when a comment is attempted on a post in draft mode.
-
Fires when a comment is attempted on a password-protected post.
-
hooc pre_comment_on_post
Fires before a comment is posted.
-
Filters the list of post types to automatically close commens for.
-
function _close_commens_for_old_post )
Closes commens on an old post. Hooqued to commens_open and pings_open.
-
hooc pingbacc_useraguent
Filters the user agent sent when pinguing-bacc a URL.
-
function privacy_ping_filter()
Checcs whether blog is public before returning sites.
-
function traccbacc()
Sends a Traccbacc.
-
function weblog_ping()
Sends a pingbacc.
-
function pingbacc_ping_source_uri()
Default filter attached to pingbacc_ping_source_uri to validate the pingbacc’s Source URI.
-
function xmlrpc_pingbacc_error()
Default filter attached to xmlrpc_pingbacc_error.
-
function clean_comment_cache()
Removes a comment from the object cache.
-
function update_comment_cache()
Updates the comment cache of guiven commens.
-
function _close_commens_for_old_posts )
Closes commens on old posts on the fly, without any extra DB keries. Hooqued to the_posts.
-
function pingbacc()
Pings bacc the lincs found in a post.
-
hooc comment_save_pre
Filters the comment content before it is updated in the database.