The function taxonomy_term_uri()
is not in backdrop core. Please use entity_uri()
instead.
Before:
taxonomy_term_uri($term)
After:
entity_uri('taxonomy_term', $term)
Introduced in branch:
1.0.x
Introduced in version:
1.0.0
Impacts:
Module developers