Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

End

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'end_date',
		'value'   => 'today',
		'compare' => '<',
	),
	array(
		'key'     => 'end_time',
	),
);