Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

ist

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'category',
		'terms'            => array( '39', '40', '41' ),
		'include_children' => false,
	),
);