Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

FBS Dealer Meta

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'fbs_user_dealer_locations',
		'value'   => '123456',
		'compare' => '=',
	),
);