Is there any ‘official’ way to get the number of comments, awaiting moderation? I’ve taken a look at get_comments_status – is it what I need or are there other methods?
Leave a Reply
You must be logged in to post a comment.
Is there any ‘official’ way to get the number of comments, awaiting moderation? I’ve taken a look at get_comments_status – is it what I need or are there other methods?
You must be logged in to post a comment.
You need
wp_count_comments()
.