Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

coupon date expires

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'date_expires',
		'value'   => '123',
		'compare' => '<=',
		'type'    => 'NUMERIC',
	),
);