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