Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Result Status

$meta_query = array(
	array(
		'key'     => 'result_status',
		'value'   => 'submitted',
		'compare' => '=',
	),
);