Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

DTR Location Exists

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'location',
		'compare' => 'EXISTS',
	),
);