I can’t find documentation regarding this – but is there a way to see how a query might bounce around from one filter to another? I’ve got a list of possible wp_filters and their relevance but I can’t determine what’s happening to a query I’m making.
Here’s the basics – I’m attempting to use the Relevanssi plugin with WooCommerce and the Vintage theme, searching through custom fields. I can see that the query is returning correctly before it’s being displayed; just before it’s displayed all the posts are removed.
Well you can try and run
debug_backtrace();
on your function.For example:
There are also a number of plugins that help figure stuff out,
I recently made this list: http://wycks.github.com/WordPress-Gear/ (click debug tools)
Have a look at :