Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

unique_coupon

$meta_query = array(
	array(
		'key'     => 'unique_coupon_type',
		'value'   => 'true',
		'compare' => '=',
		'type'    => 'BINARY',
	),
	array(
		'key'     => 'expiry_date',
		'value'   => 'date()',
		'compare' => '>',
		'type'    => 'DATE',
	),
);