Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

CAC feature type

$all_features_in_tax = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'cac_feature_type',
		'terms'            => '1',
		'field'            => 'term_id',
		'operator'         => 'IN',
	),
);