Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Woo Sizes

$woo_sizes = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'Attributes',
		'terms'            => 'Product Size',
		'field'            => 'slug',
		'operator'         => 'EXISTS',
		'include_children' => false,
	),
);