Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

test

$tax_query = array(
	array(
		'taxonomy'         => 'page-type',
		'terms'            => 'product',
		'field'            => 'slug',
	),
	array(
		'taxonomy'         => 'product-category',
		'terms'            => array( 'duress', 'test' ),
		'field'            => 'slug',
	),
);