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 ?
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 ?
Hi @antibo,
You can use the get_comments_number() function. More info here: https://developer.wordpress.org/reference/functions/get_comments_number/