File: wp-includes/comment-template.php
-
function_get_comment_reply_id()
Gets the comment’s reply to ID from the $_GET[‘replytocom’].
-
Filters the rel attributes of the comment author’s link.
-
Filters the arguments used in the top level comments query.
-
Filters the arguments used to query comments in comments_template().
-
Filters the comment form fields, including the textarea.
-
hookrespond_link
Filters the respond link when a post has no comments.
-
Filters the maximum number of words used in the comment excerpt.
-
Filters the submit button for the comment form to display.
-
Filters the submit field for the comment form to display.
-
Filters the comment reply link arguments.
-
Filters the arguments used in retrieving the comment list.
-
functionget_comments_number_text()
Displays the language string for the number of comments the current post has.
-
hookcomment_form
Fires at the bottom of the comment form, inside the closing form tag.
-
Fires after the comment form.
-
Fires after the comment form if comments are closed.
-
Filters the ‘logged in’ message for the comment form for display.
-
Fires after the is_user_logged_in() check in the comment form.
-
Fires before the comment fields in the comment form, excluding the textarea.
-
Filters a comment form field for display.
-
Fires after the comment fields in the comment form, excluding the textarea.
-
Filters the content of the comment textarea field for display.
-
Filters the default comment form fields.
-
functionpost_reply_link()
Displays the HTML content for reply to post link.
-
Filters the comment form default arguments.
-
functionget_cancel_comment_reply_link()
Retrieves HTML content for cancel comment reply link.
-
Fires before the comment form.
-
Filters the cancel comment reply link HTML.
-
Fires after the HTML-formatted ‘must log in after’ message in the comment form.
-
functioncancel_comment_reply_link()
Displays HTML content for cancel comment reply link.
-
hookcomment_form_top
Fires at the top of the comment form, inside the form tag.