Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

WC

wc_tag_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'product',
		'terms'            => array( 'touchup-kit', ' toe-kick' ),
		'field'            => 'slug',
		'operator'         => 'AND',
		'include_children' => true,
	),
);