Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

UWMC Job Categories Tax Query

$tax_query = array(
	array(
		'taxonomy'         => 'job_categories',
		'terms'            => 'open',
		'field'            => 'slug',
	),
);