Get Count of All Approved Comments on a Post

Home » Snippets » Get Count of All Approved Comments on a Post

Visibility: public

Created with WP_Comment_Query Generator

Creator: WPTurbo Team

				$query_args = array(
);

 = new WP_Comment_Query( $query_args );