kovshenin / surge

Surge is a very simple and fast page caching plugin for WordPress.
GNU General Public License v3.0
157 stars 11 forks source link

Invalidation enhancements #3

Closed kovshenin closed 2 years ago

kovshenin commented 2 years ago

In this PR:

This is work in progress, some of it related to #2.

Will also need to look at nav_menu_items, because those queries run with suppress_filters by-passing our the_posts. Also a very old but still in-use function get_pages does its own thing, but has some filters we can hook into.

cc @soulseekah