Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Usage by ID

$tax_query = array(
	array(
		'taxonomy'         => 'usage',
		'terms'            => '55',
	),
);