Jan 22, 2021 4:36 pm
Hi,
is there a way to get the number of comments for a post or CPT ?
Something like an API method getPostCommentsCount($post_id) => return (int) 125 ?
2 Replies
Jan 23, 2021 9:11 am
Hi @antibo,
You can use the get_comments_number() function. More info here: https://developer.wordpress.org/reference/functions/get_comments_number/