Notice, explode is as double as fast as preg_split.
for recache this is not matter.
If you find an issue with entering UA, plugin developer should check it to find a solution that doesn't cause other issues like your solution.
already write to developer.
recache for UAs list added three month ago.
I ask developer WHY recache for UAs work only for one UA in list or only for last - but no answer.
month ago added URLs include/exclude lists to recache.
I add some urls like this:
Code:
product/manufacturer/info&manufacturer_id=11&sort=p.date_added&order=DESC
product/manufacturer/info&manufacturer_id=12&sort=p.date_added&order=DESC
and in recache log see:
Code:
https://www.priazha-shop.com/product/manufacturer/info&manufacturer_id=11&sort=p.date_added&order=DESC_
https://www.priazha-shop.com/product/manufacturer/info&manufacturer_id=12&sort=p.date_added&order=DESC_
only if one url in list or last url was correct.
I try add space char after url
Code:
product/manufacturer/info&manufacturer_id=11&sort=p.date_added&order=DESC
product/manufacturer/info&manufacturer_id=12&sort=p.date_added&order=DESC
and in recache log see:
Code:
https://www.priazha-shop.com/product/manufacturer/info&manufacturer_id=11&sort=p.date_added&order=DESC+_
https://www.priazha-shop.com/product/manufacturer/info&manufacturer_id=12&sort=p.date_added&order=DESC+_
some tests, some checks
think,think,think and search Internet by "explode PHP_EOL"