Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

query company

$meta_query_company = array(
	'relation' => 'AND',
	array(
		'key'     => 'company_client',
		'value'   => '60,70',
		'compare' => 'IN',
	),
);