Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Gift Voucher Used Meta Query

$meta_query = array(
	array(
		'key'     => 'gift-voucher-used',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);