Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

product featured tax

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'product_visibility',
		'terms'            => 'featured',
		'operator'         => 'IN',
	),
);