Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

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 );