Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax

$resource_tag_cat = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'jse_resources',
		'field'            => 'name',
	),
	array(
		'taxonomy'         => 'jse_resources_tags',
		'field'            => 'name',
	),
);