Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

testing

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'press_missionlink',
		'value'   => '218',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);