Changes between Initial Version and Version 1 of Ticket #36687, comment 15
- Timestamp:
- 06/07/2016 10:04:02 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36687, comment 15
initial v1 1 1 @boonebgorges I have tested the solution and it works really great. 2 2 3 My only concern is about bypassing `pre_posts_query` . I have worked out a solution for my case using the filter and a class variable. Maybe not the ideal solution but it was the only one that I could think of.3 My only concern is about bypassing `pre_posts_query` when reindexing content. I have worked out a solution for my case using the filter and a class variable. Maybe not the ideal solution but it was the only one that I could think of. 4 4 I'm not sure how other plugins could make any use of this in case they need the original query.