Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

wp term query for product

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'product_tag',
		'terms'            => 's_name',
		'operator'         => 'IN',
		'include_children' => true,
	),
);