Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

related meeting id

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'sfma_related_meeting_id',
		'value'   => 'ABC123',
		'compare' => '=',
	),
);