Changes between Initial Version and Version 1 of Ticket #44695
- Timestamp:
- 08/01/2018 09:21:45 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44695 – Description
initial v1 1 I expected that `orderby` would behave in a similar way with wp_term_Query as it does on other queryclasses but it seems that `meta_value_date` and possibly some others is unsupported. Additionally `meta_type` doesn't function as expected either.1 I expected that `orderby` would behave in a similar way with `WP_Term_Query` as it does on other `*_Query` classes but it seems that `meta_value_date` and possibly some others is unsupported. Additionally `meta_type` doesn't function as expected either. 2 2 3 3 These args: … … 12 12 }}} 13 13 14 Result in this query that has disregarded both meta_type and orderbyin it's generation:14 Result in this query that has disregarded both `meta_type` and `orderby` in it's generation: 15 15 16 16 {{{