Test
test
$tax_query = array( array( 'taxonomy' => 'grants', 'terms' => 'cancers', 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), );
test
$tax_query = array( array( 'taxonomy' => 'grants', 'terms' => 'cancers', 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), );