Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

status_month_prop

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'status',
		'value'   => 'month_prop',
		'compare' => 'IN',
	),
);