Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

2

2

where = array(
	'relation' => 'AND',
	array(
		'key'     => 'dist',
		'value'   => 'distval',
		'compare' => 'IN',
	),
	array(
		'key'     => 'divi',
		'value'   => 'divi',
		'compare' => 'IN',
	),
);