Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

b360m_release_date blank

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