Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Control de vencimiento

$meta_query = array(
	array(
		'key'     => 'wpcf-fecha-de-vencimiento',
		'value'   => 'date( \"U\" )',
		'compare' => '>',
	),
);