Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Prop Test

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'prop_id',
		'value'   => 'array()',
		'compare' => '=',
	),
	array(
		'key'     => 'prop_id',
		'value'   => 'array()',
		'compare' => 'NOT IN',
	),
);