Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

not exists

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => '_event_start_date',
		'value'   => '500',
		'compare' => 'NOT EXISTS',
		'type'    => 'NUMERIC',
	),
	array(
	),
);