Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

now

$date_query = array(
	array(
		'after'         => 'now',
		'inclusive'     => true,
	),
);