Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

coupon meta

coupon meta for _aw_customer_id

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => '_aw_customer_id',
		'value'   => '19',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);