Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta Query Related Batches 1

$meta_query_related_batches = array(
	'relation' => 'AND',
	array(
		'key'     => 'sqpp_sqpp_muz_related_id',
		'value'   => '1',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);