How to show total comments count of the current logged in user?
I'm creating a custom user status page for my members. I need to show the comments count of the wp_get_current_user()
. I looked at WP_Comment_Query
but unable to understand anything.
My conditions are:
- comment_type : review_comment
- comment_approved : 1
Topic wp-comment-query Wordpress
Category Web