Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

testimonials_featured

$testimonials_featured = array(
	'relation' => 'AND',
	array(
		'key'     => 'testimonials_featured',
		'value'   => '1',
		'compare' => '=',
	),
);