Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#21684 closed enhancement (fixed)

Make WP_Tax_Query->transform_query() public

Reported by: scribu's profile scribu Owned by: nacin's profile nacin
Milestone: 3.5 Priority: normal
Severity: normal Version:
Component: Query Keywords: has-patch
Focuses: 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 12 years ago.

Download all attachments as: .zip

Change History (2)

@scribu
12 years ago

#1 @nacin
12 years 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.