Make WordPress Core

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's profile 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)

#1 @ronakganatra
7 years ago

  • Severity changed from normal to minor

Hello Akshay,
Welcome to WordPress core. Thanks for your first ticket. For that, you can use below function: get_term_link($taxonomy_term_id)

#2 @Akshay Menariya
7 years ago

Hi @ronakganatra ,

I knew that function and replaced with the new function and it's working fine.

Thanks
Akshay Menariya

#3 @boonebgorges
7 years ago

  • Keywords fixed-major added
  • Milestone changed from Awaiting Review to 4.9.2
  • Type changed from enhancement to defect (bug)

Fixed in [42370].

#4 @Presskopp
7 years ago

  • Keywords has-patch added

#5 @SergeyBiryukov
7 years ago

  • Milestone 4.9.2 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #42771.

Note: See TracTickets for help on using tickets.