Support

Account

Home Forums General Issues The ACF field does not work properly with Redis Cache

Unread

The ACF field does not work properly with Redis Cache

  • 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?

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.