Opened 9 months ago

Closed 8 months ago

#21684 closed enhancement (fixed)

Make WP_Tax_Query->transform_query() public

Reported by: scribu Owned by: nacin
Priority: normal Milestone: 3.5
Component: Query Version:
Severity: normal Keywords: has-patch
Cc:

Description

Plugins/Themes that attempt to add front-end support for multi-taxonomy queries will find the WP_Tax_Query->transform_query() method quite handy.

For example, in my Query Multiple Taxonomies plugin, I need to convert to slugs, no matter what field the original tax query was using.

Attachments (1)

21684.diff (590 bytes) - added by scribu 9 months ago.

Download all attachments as: .zip

Change History (2)

scribu9 months ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In [21863]:

Make WP_Tax_Query::transform_query() public. props scribu. fixes #21684.

Note: See TracTickets for help on using tickets.