Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Region

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => '_mizzinc_post_region',
		'value'   => 'au',
	),
);