Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

SIST BTP

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => '_field_{num_adherent}',
		'value'   => '$data_form',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);