Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Recipient

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'recipent',
		'value'   => '1',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
	array(
		'key'     => 'to',
		'value'   => '5',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);