Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tags

$tax_query = array(
	'relation' => 'AND',
	array(
		'terms'            => array( 'x', 'y', 'z' ),
		'field'            => 'slug',
		'operator'         => 'IN',
	),
);