Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

East Date After

$meta_query = array(
	array(
		'key'     => 'hide_after',
		'value'   => 'new Date()',
		'compare' => '>',
		'type'    => 'DATETIME',
	),
);