Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

expiry poging

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'expires',
		'value'   => '$today',
		'compare' => '<',
		'type'    => 'NUMERIC',
	),
	array(
		'key'     => 'date',
		'compare' => 'EXISTS',
	),
);