Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

search state list

$meta_query = array(
	array(
		'key'     => 'state',
		'value'   => 'IL,MI,FL,AZ',
		'compare' => 'IN',
	),
	array(
		'key'     => 'provider_image',
		'value'   => 'senior_search_results',
		'compare' => 'LIKE',
	),
);