Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Grant Status Query

$meta_query = array(
	array(
		'key'     => 'grant_status',
		'value'   => 'Awaiting Receipt',
		'type'    => 'CHAR',
	),
);