Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Custom Meta Query – Call Productions by Venue ID

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'venue',
		'value'   => 'ID',
	),
);