Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

metakwery

not sure where it fits

$meta_queryed = array(
	'relation' => 'OR',
	array(
		'key'     => 'price',
		'value'   => '500',
		'compare' => '<',
		'type'    => 'NUMERIC',
	),
	array(
		'key'     => 'named',
		'value'   => ''Reggy"',
		'compare' => 'LIKE',
		'type'    => 'CHAR',
	),
	array(
		'key'     => 'City',
		'value'   => ''Toronto'',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);