Caching issue
-
I’m using WP Super Cache plugin and noticed that the CPT list view drag and drop reorder works (clears cache after reordering), but when you reorder on the Reorder page and click update it doesn’t clear the cache.
I’ve done a tweak in the plugin includes/class.cpto.php file, I’ve added this line of code clean_post_cache( $id ); in the two foreach loops in the saveAjaxOrder function which seems to fix this issue. I’m not sure if this is a correct fix but seems to fix my problem. Obviously not keen on editing plugin files, could this be rectified?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Caching issue’ is closed to new replies.