Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

idiomas

$meta_query = array(
	array(
		'key'     => 'idiomas',
		'value'   => 'Inglês',
		'compare' => 'IN',
	),
	array(
		'key'     => 'valorHora',
		'value'   => '55',
		'compare' => '<=',
	),
);