The date the last comment was modified.
get_default_comment_status
Gets the default comment status for a post type.
get_comment_statuses
Retrieve all of the WordPress supported comment statuses.
get_comments
Retrieve a list of comments.
Advertisement
get_comment
Retrieves comment data given a comment ID or comment object.
get_approved_comments
Retrieve the approved comments for post $post_id.
check_comment
Check whether a comment passes internal checks to be allowed to add.
comment_form
Outputs a complete commenting form for use within a template.
Advertisement
wp_list_comments
Displays a list of comments.
comment_form_title
Displays text based on comment reply status.
comment_id_fields
Outputs hidden input HTML for replying to comments.
get_comment_id_fields
Retrieves hidden input HTML for replying to comments.
Advertisement
cancel_comment_reply_link
Displays HTML content for cancel comment reply link.
get_cancel_comment_reply_link
Retrieves HTML content for cancel comment reply link.
post_reply_link
Displays the HTML content for reply to post link.