Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tipo-dispo

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'capacidades_capacidad_u',
		'value'   => '35',
		'compare' => '>=',
		'type'    => 'NUMERIC',
	),
	array(
		'key'     => 'area',
		'value'   => '180',
		'compare' => '>=',
		'type'    => 'NUMERIC',
	),
);