I don't know if I am just not finding the right functions but how to you retrieve the taxonomy title for a term in taxonomy.php?
If you had the taxonomy "fruit" and the term "apples", you can use get_the_term to retrieve apples, but how can you do the same for the taxonomy? I am trying to find the taxonomy name to perform a redirect.
Is it possible to use something like term->taxonomy? Is there a value for the taxonomy name I can get from the $term variable?