Hooks
-
Filters the submit field for the comment form to display.
-
hookcomment_form_top
Fires at the top of the comment form, inside the form tag.
-
Filters the returned comment ID fields.
-
Fires when a comment is attempted on a post that does not exist.
-
hookcomment_link
Filters the current comment’s permalink.
-
Fires once the comment loop is started.
-
Filters the number of links found in a comment.
-
Filters the comment moderation email headers.
-
Filters the list of recipients for comment moderation emails.
-
Filters the comment moderation email subject.
-
Filters the comment moderation email text.
-
Filters the comment notification email headers.
-
Filters whether to notify comment authors of their comments on their own posts.
-
Filters the list of email addresses to receive a comment notification.
-
Filters the comment notification email subject.
-
Filters the comment notification email text.
-
hookcomment_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.
-
hookcomment_on_trash
Fires when a comment is attempted on a trashed post.
-
hookcomment_post
Fires immediately after a comment is inserted into the database.
-
Filters the location URI to send the commenter after posting.
-
Filters the comment reply link.
-
Filters the comment reply link arguments.
-
Fires when a comment reply is attempted to an unapproved comment.
-
Filters the action links displayed for each comment in the Comments list table.
Used by 2 functions | Uses 0 functions | Source: wp-admin/includes/class-wp-comments-list-table.php:869 -
hookcomment_save_pre
Filters the comment content before it is updated in the database.
-
Filters the comment status links.
Used by 1 function | Uses 0 functions | Source: wp-admin/includes/class-wp-comments-list-table.php:354 -
hookcomment_text
Filters the text of a comment to be displayed.
-
hookcomment_text_rss
Filters the current comment content for use in a feed.
-
hookcomment_url
Filters the comment author’s URL for display.