Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

part 1

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'asset_type',
		'terms'            => array( 'event-program', ' film', ' live' ),
		'field'            => 'slug',
	),
);