Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Status_xml

$meta_query = array(
	array(
		'key'     => 'Status_xml',
		'value'   => 'DELETE',
		'compare' => '!=',
		'type'    => 'CHAR',
	),
);