Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

wp comment

// WP_Comment_Query arguments
$args = array(
);

// The Comment Query
$comment_query = new WP_Comment_Query( $args );