Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

incident

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'incident',
		'value'   => '302',
		'compare' => 'NOT LIKE',
	),
);