Single Taxonomy Term By ID
Retrieve a single term by using the term ID
$single_taxonomy_term = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => '1010', 'field' => 'term_id', 'operator' => 'IN', 'include_children' => false, ), );