Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Non-archived

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'Ends',
		'value'   => 'date('Y-m-d H:i:s')',
		'compare' => '>=',
		'type'    => 'DATETIME',
	),
	array(
		'key'     => 'Ends',
		'compare' => 'NOT EXISTS',
	),
);