Advertisement

get_page_of_comment

Calculate what page number a comment will appear on for comment paging.

separate_comments

Separates an array of comments into an array keyed by comment_type.

Advertisement

check_comment_flood_db

Hooks WP’s native database-based comment-flood check.

wp_allow_comment

Validates whether this comment is allowed to be made.

Advertisement

wp_set_comment_cookies

Sets the cookies used to store an unauthenticated commentator’s identity. Typically used to recall previous comments by this commentator that are still held in moderation.

update_comment_meta

Update comment meta field based on comment ID.

get_comment_meta

Retrieve comment meta field for a comment.

Advertisement

delete_comment_meta

Remove metadata matching criteria from a comment.

get_comment_count

Retrieves the total comment counts for the whole site or a single post.