New and updated in 2.7.0
-
Filters the cancel comment reply link HTML.
-
functioncancel_comment_reply_link()
Displays HTML content for cancel comment reply link.
-
functioncomment_id_fields()
Outputs hidden input HTML for replying to comments.
-
functioncomment_form_title()
Displays text based on comment reply status.
-
functionwp_list_comments()
Displays a list of comments.
-
Filters the comment reply link.
-
functionget_comment_reply_link()
Retrieves HTML content for reply to comment link.
-
functioncomment_class()
Generates semantic classes for each comment element.
-
functionget_comment_class()
Returns the classes for the comment div as an array.
-
hookcomment_class
Filters the returned CSS classes for the current comment.
-
functionget_comment_author_email_link()
Returns the HTML email link to the author of the current comment.
-
function_close_comments_for_old_posts()
Closes comments on old posts on the fly, without any extra DB queries. Hooked to the_posts.
-
function_close_comments_for_old_post()
Closes comments on an old post. Hooked to comments_open and pings_open.
-
Fires when the comment status is in transition from one specific status to another.
-
Fires when the status of a specific comment type is in transition.
-
functionwp_transition_comment_status()
Calls hooks for when a comment status transition occurs.
-
Fires when the comment status is in transition.
-
functionseparate_comments()
Separates an array of comments into an array keyed by comment_type.
-
functionget_comment_pages_count()
Calculates the total number of comment pages.
-
functionget_page_of_comment()
Calculates what page number a comment will appear on for comment paging.
-
Filters the comments count for a given post or the whole site.
-
functionget_comments()
Retrieves a list of comments.
-
functionget_comment_statuses()
Retrieves all of the WordPress supported comment statuses.
-
Filters the list of teenyMCE plugins.
-
Filters the list of teenyMCE buttons (Text tab).
-
Filters the teenyMCE config before init.