Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta_sarzamin

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'options_filterimg',
		'value'   => '$sarzamin_options_filterimg',
		'compare' => 'IN',
		'type'    => 'NUMERIC',
	),
	array(
		'key'     => 'options_pool',
		'value'   => '$sarzamin_options_pool',
		'compare' => 'IN',
		'type'    => 'NUMERIC',
	),
	array(
		'key'     => 'products_price',
		'value'   => '$sarzamin_products_price',
		'compare' => 'BETWEEN',
		'type'    => 'NUMERIC',
	),
	array(
		'key'     => 'options_metrazh',
		'value'   => '$sarzamin_options_metrazh',
		'compare' => 'BETWEEN',
		'type'    => 'NUMERIC',
	),
);