Fires after the comment form.
comment_form
Fires at the bottom of the comment form, inside the closing form tag.
comment_form_submit_field
Filters the submit field for the comment form to display.
comment_form_submit_button
Filters the submit button for the comment form to display.
Advertisement
comment_form_after_fields
Fires after the comment fields in the comment form, excluding the textarea.
comment_form_before_fields
Fires before the comment fields in the comment form, excluding the textarea.
comment_form_field_{$name}
Filters a comment form field for display.
comment_form_field_comment
Filters the content of the comment textarea field for display.
Advertisement
comment_form_fields
Filters the comment form fields, including the textarea.
comment_form_logged_in_after
Fires after the is_user_logged_in() check in the comment form.
comment_form_logged_in
Filters the ‘logged in’ message for the comment form for display.
comment_form_top
Fires at the top of the comment form, inside the form tag.
Advertisement
comment_form_must_log_in_after
Fires after the HTML-formatted ‘must log in after’ message in the comment form.
comment_form_before
Fires before the comment form.
comment_form_defaults
Filters the comment form default arguments.