Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Person: Posts als Autor, Gast oder Moderator

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'person-autor',
	),
	array(
		'key'     => 'person-gast',
	),
	array(
		'key'     => 'person-moderator',
	),
);