Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

company test

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'mcleod_cc',
		'value'   => '3',
		'compare' => '=',
	),
);