Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #36687, comment 15


Ignore:
Timestamp:
06/07/2016 10:04:02 AM (7 years ago)
Author:
jpdavoutian
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36687, comment 15

    initial v1  
    11@boonebgorges I have tested the solution and it works really great.
    22
    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.
     3My 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.
    44I'm not sure how other plugins could make any use of this in case they need the original query.