Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Coupon Meta Query

$meta_query = array(
	array(
		'key'     => '_wpc_exclusive',
		'value'   => 'on',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);