Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta Date Example

$meta_query = array(
	array(
		'key'     => 'date_visible_start_date_visible',
		'value'   => 'now()',
		'compare' => '>=',
		'type'    => 'DATE',
	),
);