Hooks
-
Filters duplicate comment error message.
-
Fires immediately after a duplicate comment is detected.
-
hookcomment_edit_pre
Filters the comment content before editing.
-
Filters the URI the user is redirected to after editing a comment in the admin.
-
hookcomment_email
Filters the comment author’s email for display.
-
hookcomment_excerpt
Filters the comment excerpt for display.
-
Filters the maximum number of words used in the comment excerpt.
-
Filters the GROUP BY clause of the comments feed query before sending.
-
Filters the JOIN clause of the comments feed query before sending.
-
Filters the LIMIT clause of the comments feed query before sending.
-
Filters the ORDER BY clause of the comments feed query before sending.
-
Filters the WHERE clause of the comments feed query before sending.
-
Filters the comment flood status.
-
Filters the comment flood error message.
-
Fires before the comment flood message is triggered.
-
hookcomment_form
Fires at the bottom of the comment form, inside the closing form tag.
-
Fires after the comment form.
-
Fires after the comment fields in the comment form, excluding the textarea.
-
Fires before the comment form.
-
Fires before the comment fields in the comment form, excluding the textarea.
-
Fires after the comment form if comments are closed.
-
Filters the comment form default arguments.
-
Filters the default comment form fields.
-
Filters the comment form fields, including the textarea.
-
Filters the content of the comment textarea field for display.
-
Filters a comment form field for display.
-
Filters the ‘logged in’ message for the comment form for display.
-
Fires after the is_user_logged_in() check in the comment form.
-
Fires after the HTML-formatted ‘must log in after’ message in the comment form.
-
Filters the submit button for the comment form to display.