Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

checking

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'tax_account_type',
		'terms'            => 'checking',
		'field'            => 'slug',
	),
);