Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

mtat1

$meta_query = array(
	array(
		'key'     => 'prospect_last_modified_filter',
		'compare' => 'NOT EXISTS',
	),
	array(
		'key'     => 'prospect_status',
		'value'   => 'Lead',
		'compare' => '=',
	),
);