Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Programming WP_Tax_Query Generator

MV

$tax_query = array(
	array(
		'taxonomy'         => 'programming-category',
		'operator'         => 'AND',
		'include_children' => true,
	),
);