• Resolved mitys

    (@mitys)


    Hello, I tried to prevent the Quotes page content from being cached, but it doesn’t work in private browsers. The first product added never appears on the Quotes page — I have to add it a second time to make it visible.

    add_action(‘wp’, function () {
    global $post;

    if (is_page(17377)) {
    add_filter('redis_object_cache_enabled', '__return_false');
    }

    });

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mitys

    (@mitys)

    Sorry, I made a mistake, this issue is related to an another plugin so if you can delete this ticket, it would be great, thank you !

    Plugin Contributor Surajsinh

    (@surajsinhsolanki7)

    Thanks for the update

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Exclude a page from redis cache’ is closed to new replies.