Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Stender MetaQuery

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'products_vendor',
		'value'   => '92',
		'compare' => 'LIKE',
	),
	array(
		'key'     => 'products_vendor',
		'value'   => '85',
		'compare' => 'LIKE',
	),
	array(
		'key'     => 'products_vendor',
		'value'   => '72',
		'compare' => 'LIKE',
	),
);