Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#17587 closed feature request (wontfix)

Support hierarchical slugs in get_term_by and get_terms

Reported by: karevn Owned by:
Priority: normal Milestone:
Component: General Version:
Severity: normal Keywords:
Cc:

Description

Add a support for hierarchical slugs to get_term_by and get_terms or add get_term_by_slug function from the file attached.

Attachments (1)

get_term_by_slug.patch (1.1 KB) - added by karevn 2 years ago.

Download all attachments as: .zip

Change History (3)

karevn2 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

That's a pretty inneficient way to do it and I don't really see the need for it either, since we already have get_term_by().

A more efficient way to do it would be to get all the terms at once, and then check their ancestry.

Version 0, edited 2 years ago by scribu (next)
Note: See TracTickets for help on using tickets.