Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

program_start_date

$meta_query = array(
	array(
		'key'     => 'program_start_date',
		'compare' => 'EXISTS',
	),
	array(
		'key'     => 'urgent',
		'value'   => 'true',
		'compare' => '=',
	),
);