• Resolved wp2019s

    (@wp2019s)


    Hi, if I edit any page with elementor and save the page, WP-Optimize doesn’t clean the old cache. I must delete the cache manually. Is there any solution for it?

    Greetings

Viewing 1 replies (of 1 total)
  • @wp2019s You’ll have to use the filter outside the hook function call.

    add_filter( 'wpo_purge_all_cache_on_update', '__return_true' );

    So it will purge all the cache whenever you update the post/page or create a new post/page.

Viewing 1 replies (of 1 total)
  • The topic ‘Page Cache – Elementor’ is closed to new replies.