Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

which_country

which_country

$meta_query = array(
	array(
		'key'     => 'choose_your_last_degree_level',
		'compare' => '=',
		'type'    => 'UNSIGNED',
	),
	array(
		'key'     => 'which_country',
	),
);