Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Get property_status current

$no_posts_meta_query = array(
	array(
		'key'     => 'property_status',
		'value'   => 'current',
		'compare' => 'IN',
	),
);