Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

snl_hearing_date_verified

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'snl_hearing_date_verified',
		'compare' => 'NOT EXISTS',
	),
	array(
		'key'     => 'snl_hearing_date_verified',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);