Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Test

Test

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'khu_vuc',
		'terms'            => '23',
		'field'            => 'term_id',
		'include_children' => true,
	),
);