Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

testestes

$tax_query = array(
	array(
		'taxonomy'         => 'test',
		'terms'            => array( '123', '1234', '12345' ),
	),
);