Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tipo_empresa

$tax_query = array(
	array(
		'taxonomy'         => 'tipo_de_empresa',
		'field'            => 'term_id',
	),
);