Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

YEO – Tax: is_client

$is_client = array(
	array(
		'taxonomy'         => 'partner_type',
		'terms'            => 'client',
		'field'            => 'slug',
		'operator'         => 'IN',
	),
);