WP_Comment_Query Generator January 24, 2019 Public Anton Veyda Permalink Embed Code 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 );