Delete post cache after trash
-
When I “Trash” a post, the cache of that post is not deleted.
As I can see, this code should do the work, but it’s not working:
Line 677 in wpFastestCache.php
}else if($new_status == "trash" && $old_status == "publish"){ $this->deleteCache();
I tested on WampServer v2.5, with Windows 7.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Delete post cache after trash’ is closed to new replies.