Calculate the total number of comment pages.
1324
Continue readingThe amount of comments in a post or total comments.A lot like wp_count_comments(), in that they both return comment stats (albeit with different types). The wp_count_comments() actual caches, but this function does not.
1308
Continue readingRetrieve a list of comments.The comment list can be for the blog as a whole or for an individual post.
1280
Continue reading
get_comment_statuses
Retrieve all of the WordPress supported comment statuses.Comments have a limited set of valid status values, this provides the comment status values and descriptions.
1328
Continue reading →