Forums
(@wpduder)
5 years, 10 months ago
This was fixed with this commit
https://plugins.trac.ww.wp.xz.cn/changeset/2348627/wp-fastest-cache/trunk/wpFastestCache.php
6 years, 1 month ago
The fix is to add these lines:
Line 134: if(!is_object($post) || !property_exists($post,'ID')) return; Line 183: if(!is_object($post) || !property_exists($post,'ID')) return; Line 210: if(!is_object($post) || !property_exists($post,'ID')) return;