Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Centers

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'mc_city',
	),
	array(
		'key'     => 'mc_state',
	),
	array(
		'key'     => 'mc_zipcode',
	),
);