Opened 7 years ago
Closed 7 years ago
#42756 closed defect (bug) (duplicate)
get_tag_link function returning null for taxonomies
Reported by: | Akshay Menariya | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 4.9 |
Component: | Taxonomy | Keywords: | fixed-major has-patch |
Focuses: | Cc: |
Description
Hello Team,
We were using get_tag_link($taxonomy_term_id) function with taxonomies by passing taxonomy_term_id and it was working fine and returning term permalink. But after update to WordPress 4.9 it's returning null.
Thanks
Akshay Menariya
Change History (5)
Note: See
TracTickets for help on using
tickets.
Hello Akshay,
Welcome to WordPress core. Thanks for your first ticket. For that, you can use below function: get_term_link($taxonomy_term_id)