Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

m2

Job_Country != “”

$m2 = array(
	'relation' => 'AND',
	array(
		'key'     => 'Job_Country',
		'value'   => 'empty',
		'compare' => '!=',
		'type'    => 'CHAR',
	),
);