Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Taxo Query Gwand 2023 Zurich 1

$tax_query_gwand_2023_zurich = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'sqpptaxobrandproject',
		'terms'            => '1380',
		'field'            => 'term_id',
		'operator'         => 'IN',
		'include_children' => true,
	),
);