Archive | /wp-includes/comment.php RSS feed for this section

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

get_comment_count

The 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 reading

get_comments

Retrieve a list of comments.The comment list can be for the blog as a whole or for an individual post.

1280

Continue reading