Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

doctype

$doctype = array(
	'relation' => 'OR',
	array(
		'key'     => 'doc_type',
		'value'   => '18',
	),
	array(
		'key'     => 'doc_type',
		'value'   => '21',
	),
);