Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tipo-salones

$tax_query = array(
	array(
		'taxonomy'         => 'tipos-salones',
		'terms'            => array( 'hotel', ' centro-de-convenciones' ),
		'field'            => 'slug',
		'operator'         => 'IN',
	),
);