Viewing 1 replies (of 1 total)
  • Thread Starter bigneno

    (@bigneno)

    I found a solution:

    1. Edit plugins/quick-cache/includes/classesclearing-routines.inc.php

    2. Find and comment out this conditional check (lines 34,35,122):

    //if (is_blog_admin () && in_array ($pagenow, ($pages = array ("edit.php", "post.php", "post-new.php"))))
    // {
    // }

    Cache clearing now works whenever you call save_post (for example by using wp_update_post()), so you don’t have to use admin post editor.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Quick Cache ( Speed Without Compromise )] wp_update_post() doesn't purge post cache’ is closed to new replies.