Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

practice string

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'practice',
		'terms'            => 'auteursrecht',
		'field'            => 'name',
		'operator'         => 'IN',
	),
);