On the front end, I'm display the view with the following shortcode:
{!{wpv-view name='orders-summary'}!}
When I load the Orders Summary page, the view is displayed as expected, but my wpv_filter_query hook isn't being fired because nothing is being written to the error log, and the page isn't die()ing.
Hello. Thank you for contacting the Toolset support.
Can you please tell me where you added the view's filter code as well as share admin access details.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
Thanks for the help Minesh. I wasn't actually able to use the wpv_filter_taxonomy_query for my exact use case, but it's given me some useful knowledge for the future.