Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

test

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => '134',
		'field'            => 'term_taxonomy_id',
	),
	array(
		'taxonomy'         => '135',
		'field'            => 'term_id',
	),
);