Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

divers_categories

$tax_query_divers = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'categories',
		'terms'            => array( '1', '2', '3', '4', '5' ),
		'field'            => 'term_id',
		'operator'         => 'IN',
		'include_children' => true,
	),
);