count comments/reviews wc
-
Hello. In the new versions of the WooCommerce plugin, comments are independent of posts. I want to count the number of comments for products, what is the name of the WooCommerce function?
This is the code snippet to count the total number of comments on the posts:
$comments_count = wp_count_comments();
$total_comments = $comments_count->total_comments;
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘count comments/reviews wc’ is closed to new replies.