Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Test-Snipper Meta Trikot

$meta_usertrikot = array(
	'relation' => 'OR',
	array(
		'key'     => 'trikot_mixed',
		'value'   => '33',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
	array(
		'key'     => 'trikot_open',
		'value'   => '33',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
	array(
		'key'     => 'trikot_damen',
		'value'   => '33',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);