Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57300, comment 5


Ignore:
Timestamp:
05/03/2023 05:51:10 AM (2 years ago)
Author:
pskli
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57300, comment 5

    initial v1  
    11I'm having this issue as well.
    22
    3 When trying to filter archive pages on multiple taxonomy terms using array query args in the URL (such as `?product_cat[]=t-shirts&product_cat[]=accessories`), a fatal error is triggered (only if the requested filter taxonomy is hierarchical).
     3When trying to filter archive pages on multiple taxonomy terms using array query args in the URL (such as `?product_cat[]=t-shirts&product_cat[]=accessories`), a fatal error is triggered (only if the requested filter taxonomy rewrite is hierarchical).
    44
    5 This is an issue on the default WooCommerce shop page if trying to implement a custom filtering logic, for instance.
     5For instance, this is an issue on the default WooCommerce shop page if trying to implement a custom filtering logic.