Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

General Tax query by name and slug

$tax_query_movement = array(
	array(
		'taxonomy'         => '$tax',
		'terms'            => '$term',
		'field'            => 'slug',
	),
);