Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Custom Meta for promotedOrderId

$meta_query = array(
	array(
		'key'     => 'promotedOrderId',
		'value'   => 'a',
		'compare' => '!=',
	),
);