Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

User nutritionist

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'provincia_clinica',
		'value'   => 'Sevilla',
	),
	array(
		'key'     => 'tipo_consulta',
	),
);