Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

98098098

$beauty_tax_query = array(
	array(
		'taxonomy'         => 'category',
		'terms'            => '121',
		'field'            => 'term_id',
		'include_children' => true,
	),
);