Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

query_personal

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'event_manager',
		'value'   => '$current_user_id',
	),
	array(
		'key'     => 'sound_engineer',
		'value'   => '$current_user_id',
	),
);