comment
quick
// WP_Comment_Query arguments $args = array( 'id' => '2426', 'status' => 'approve', 'karma' => 'AAPL', 'type' => 'comment', ); // The Comment Query $comment_query = new WP_Comment_Query( $args );
quick
// WP_Comment_Query arguments $args = array( 'id' => '2426', 'status' => 'approve', 'karma' => 'AAPL', 'type' => 'comment', ); // The Comment Query $comment_query = new WP_Comment_Query( $args );