Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

WTBA Relationship

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'wtba_relationship',
		'value'   => 'associate, contractor',
		'compare' => 'IN',
	),
);