Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

multiple Ids

multiple ids

$ids = array(
	'relation' => 'OR',
	array(
		'key'     => 'a_id',
		'value'   => '23',
		'compare' => '=',
	),
	array(
		'key'     => 'b_id',
		'value'   => 'a534',
		'compare' => '=',
	),
);