Description:
I have one ACF image field where the condition is Taxonomy - is equal - Category (product_cat)
In the front-end, I display this field as follows:
get_field('woo_img', $category->taxonomy . '_' . $category->term_id)
and I make its visibility dependent on the $_GET
parameter
Up to this point, everything works fine. The image displays correctly where it needs it
Issue:
After enabling Redis Object Cache unfortunately the image stops displaying on the front-end
Does ACF work with Redis? Have I done something wrong?