Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Creater than now

$meta_query = array(
	array(
		'key'     => 'starting_date',
		'value'   => '2024-01-31 00:00:00',
		'compare' => '>',
		'type'    => 'DATETIME',
	),
);