• Resolved boothby

    (@boothby)


    Hi,

    i want to prevent TablePress from automatically clearing WP-Rocket cache.

    Is there a simple solution for this?

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, that’s possible using a filter hook. For that, add this line to e.g. your theme’s “functions.php” file or a small custom plugin:

    add_filter( 'tablepress_flush_caching_plugins_caches', '__return_false' );

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Preventing TablePress from Automatically Clearing WP-Rocket Cache’ is closed to new replies.