Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

test_ddn

$tax_query_test_dicono_di_noi = array(
	array(
		'taxonomy'         => 'company',
		'terms'            => array( 'terms1', ' terms2' ),
		'field'            => 'slug',
	),
);