Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Taxonomy Query

$techtax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'tax_technology',
		'field'            => 'slug',
		'include_children' => true,
	),
);