Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

cat

$tax_query = array(
	array(
		'terms'            => array( 'term', ' one', ' two', ' three' ),
	),
);