Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

action_tax

commit to action

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'action_tax',
		'terms'            => 'singleString',
		'field'            => 'term_id',
		'operator'         => 'IN',
		'include_children' => true,
	),
);