Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

LK-Tax-Query-Shopping-Info

$lk_tax_query_shopping_info = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'category',
		'terms'            => 'shopping-info',
		'field'            => 'name',
		'operator'         => 'IN',
		'include_children' => true,
	),
);