Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Filtro

$filtro_paese = array(
	array(
		'taxonomy'         => 'language',
		'terms'            => '46',
		'field'            => 'term_id',
	),
	array(
		'taxonomy'         => 'product_cat',
		'terms'            => '123',
		'field'            => 'term_id',
	),
);