Opened 3 months ago
Closed 3 months ago
#23640 closed enhancement (invalid)
Add the option to search for slugs in category parameters in wp_query
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Query | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I mean to add these parameters:
category_slug__and (array) - use category slugs. category_slug__in (array) - use category slugs. category_slug__not_in (array) - use category slugs.
for wp_query.
Change History (3)
comment:1
SergeyBiryukov — 3 months ago
- Component changed from General to Query
comment:2
SergeyBiryukov — 3 months ago
- Type changed from defect (bug) to enhancement
Note: See
TracTickets for help on using
tickets.

We have tax_query for this.