Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

zap_catch_check

$zap_catch_check = array(
	'relation' => 'AND',
	array(
		'key'     => 'order_processed_for_zap_catch',
		'compare' => 'NOT EXISTS',
	),
	array(
	),
);