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.
-
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.
-
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.
-
Filters the returned comment ID fields.
-
functioncomment_id_fields()
Outputs hidden input HTML for replying to comments.
-
Filters the comment reply link.
-
functioncomment_form_title()
Displays text based on comment reply status.
-
functioncomment_reply_link()
Displays the HTML content for reply to comment link.
-
functionwp_list_comments()
Displays a list of comments.
-
functionget_post_reply_link()
Retrieves HTML content for reply to post link.
-
functioncomment_form()
Outputs a complete commenting form for use within a template.
-
Filters the formatted post comments link HTML.