Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

State Licensing

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'dchours_primary_state',
		'value'   => 'Georgia',
		'compare' => '=',
	),
	array(
		'key'     => 'dchours_secondary_state',
		'value'   => 'Georgia',
		'compare' => '=',
	),
);