Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Language Query

$language_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'language_of_instruction_deg',
		'value'   => '$language_array',
		'compare' => 'IN',
	),
	array(
		'key'     => 'domestic_deadline',
		'value'   => '2020-12-12',
		'compare' => 'BETWEEN',
		'type'    => 'DATE',
	),
	array(
		'key'     => 'duration_degree',
		'value'   => '1',
		'compare' => '=',
	),
	array(
		'key'     => 'jb_location',
		'value'   => 'city',
		'compare' => 'LIKE',
	),
);