No need to delete the "page_on_front" as it's already done #175
+11
−9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixes #169
This call to wp_cache_post_id_gc() would recursively delete every cached
page on a site because "page_on_front" points at the homepage, not at
the original URL of the page.
This only happens on sites where the front page is a static page.